1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00

Added 2 functions to retrieve the default system fonts:

WMDefaultSystemFont(WMScreen *scr) and WMDefaultBoldSystemFont(WMScreen *scr)
This commit is contained in:
dan
2002-03-28 16:22:53 +00:00
parent e4a53ba71e
commit ad0ad5af22
3 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ Changes since wmaker 0.80.0:
- Fixed textfields regarding interpretation of special keys with modifiers.
- Fixed some functions that accept a boolean flag as a paramater, to set only
1 or 0 for the flag value, not the flag passed by the user.
- Added 2 functions to retrieve the default system fonts:
WMDefaultSystemFont(WMScreen *scr) and WMDefaultBoldSystemFont(WMScreen *scr)
Changes since wmaker 0.70.0: