mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-28 13:25:54 +01:00
changed WMCreateFont* interface
This commit is contained in:
@@ -552,9 +552,11 @@ void WMDragImageFromView(WMView *view, WMPixmap *image, WMPoint atLocation,
|
||||
|
||||
/* ....................................................................... */
|
||||
|
||||
WMFont *WMCreateFont(WMScreen *scrPtr, char *fontName);
|
||||
WMFont *WMCreateFontSet(WMScreen *scrPtr, char *fontName);
|
||||
|
||||
WMFont *WMCreateFontInDefaultEncoding(WMScreen *scrPtr, char *fontName);
|
||||
WMFont *WMCreateNormalFont(WMScreen *scrPtr, char *fontName);
|
||||
|
||||
WMFont *WMCreateFont(WMScreen *scrPtr, char *fontName);
|
||||
|
||||
WMFont *WMRetainFont(WMFont *font);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user