mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-13 21:35:45 +01:00
added options to change default fonts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <WUtil.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#define WINGS_H_VERSION 20000402
|
||||
#define WINGS_H_VERSION 20000521
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -648,6 +648,11 @@ WMFont *WMUserFontOfSize(WMScreen *scrPtr, int size);
|
||||
WMFont *WMUserFixedPitchFontOfSize(WMScreen *scrPtr, int size);
|
||||
*/
|
||||
|
||||
|
||||
void WMSetWidgetDefaultFont(WMScreen *scr, WMFont *font);
|
||||
|
||||
void WMSetWidgetDefaultBoldFont(WMScreen *scr, WMFont *font);
|
||||
|
||||
WMFont *WMSystemFontOfSize(WMScreen *scrPtr, int size);
|
||||
|
||||
WMFont *WMBoldSystemFontOfSize(WMScreen *scrPtr, int size);
|
||||
|
||||
Reference in New Issue
Block a user