1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 16:32:30 +01:00

- Converted functions in wfont.c to use xft semantics in place of old X core

fonts and X font sets.
- New code operates on new fontnames like Arial-8:bold:italic in place of xlfd
  (WMCreateFont can still read an xlfd for back compat)
This commit is contained in:
dan
2003-08-15 02:58:04 +00:00
parent 090cc27f00
commit 39b9edfdcd
3 changed files with 196 additions and 160 deletions

View File

@@ -203,6 +203,8 @@ typedef struct W_Screen {
Bool useMultiByte;
Bool useWideChar;
Bool antialiasedText;
unsigned int ignoredModifierMask; /* modifiers to ignore when typing txt */