1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

changed encoding of (c) thing in about panel to utf-8

changed techdraw style size display to use X core fonts
This commit is contained in:
kojima
2004-08-21 21:29:44 +00:00
parent b6e06d4beb
commit 0445dd5c18
4 changed files with 15 additions and 40 deletions

View File

@@ -162,7 +162,10 @@ typedef struct _WScreen {
WMFont *clip_title_font; /* for clip titles */
WMFont *info_text_font; /* text on things like geometry
* hint boxes */
WMFont *tech_draw_font;
XFontStruct *tech_draw_font; /* font for tech draw style geom view
needs to be a core font so we can
use it with a XORing GC */
WMFont *workspace_name_font;