mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
update for WINGs font interface change
This commit is contained in:
@@ -1042,7 +1042,7 @@ wShowInfoPanel(WScreen *scr)
|
|||||||
WMSetLabelTextAlignment(panel->copyrL, WALeft);
|
WMSetLabelTextAlignment(panel->copyrL, WALeft);
|
||||||
WMSetLabelText(panel->copyrL, COPYRIGHT_TEXT);
|
WMSetLabelText(panel->copyrL, COPYRIGHT_TEXT);
|
||||||
/* we want the (c) character in the helvetica font */
|
/* we want the (c) character in the helvetica font */
|
||||||
font = WMCreateFontInDefaultEncoding(scr->wmscreen, HELVETICA10_FONT);
|
font = WMCreateNormalFont(scr->wmscreen, HELVETICA10_FONT);
|
||||||
if (font) {
|
if (font) {
|
||||||
WMSetLabelFont(panel->copyrL, font);
|
WMSetLabelFont(panel->copyrL, font);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -612,7 +612,6 @@ wWorkspaceForceChange(WScreen *scr, int workspace)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!scr->flags.startup2)
|
|
||||||
showWorkspaceName(scr, workspace);
|
showWorkspaceName(scr, workspace);
|
||||||
|
|
||||||
#ifdef GNOME_STUFF
|
#ifdef GNOME_STUFF
|
||||||
|
|||||||
Reference in New Issue
Block a user