mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-26 09:35:49 +01:00
updated font configuration panel
This commit is contained in:
@@ -39,7 +39,7 @@ extern Panel *InitFocus(WMScreen *scr, WMWindow *win);
|
||||
|
||||
extern Panel *InitPreferences(WMScreen *scr, WMWindow *win);
|
||||
|
||||
extern Panel *InitText(WMScreen *scr, WMWindow *win);
|
||||
extern Panel *InitFont(WMScreen *scr, WMWindow *win);
|
||||
|
||||
extern Panel *InitConfigurations(WMScreen *scr, WMWindow *win);
|
||||
|
||||
@@ -594,9 +594,11 @@ Initialize(WMScreen *scr)
|
||||
InitMouseSettings(scr, WPrefs.win);
|
||||
|
||||
InitAppearance(scr, WPrefs.win);
|
||||
|
||||
|
||||
#ifdef akk
|
||||
InitFont(scr, WPrefs.win);
|
||||
#endif
|
||||
#ifdef not_yet_fully_implemented
|
||||
InitText(scr, WPrefs.win);
|
||||
InitThemes(scr, WPrefs.win);
|
||||
#endif
|
||||
InitExpert(scr, WPrefs.win);
|
||||
|
||||
Reference in New Issue
Block a user