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

- Added WMCreateNonAAFont() to WINGs

This commit is contained in:
dan
2002-10-18 02:56:59 +00:00
parent 3bed15d673
commit 5230a57599
5 changed files with 61 additions and 12 deletions

View File

@@ -823,9 +823,9 @@ wScreenInit(int screen_number)
/* initialize balloon text stuff */
wBalloonInitialize(scr);
#endif
scr->info_text_font = WMBoldSystemFontOfSize(scr->wmscreen, 12);
scr->gview = WCreateGeometryView(scr->wmscreen);
WMRealizeWidget(scr->gview);