mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
committed by
Carlos R. Mafra
parent
14863cd3b1
commit
7859e2d59f
@@ -674,7 +674,7 @@ WScreen *wScreenInit(int screen_number)
|
||||
scr->rcontext = RCreateContext(dpy, screen_number, &rattr);
|
||||
|
||||
if (!scr->rcontext && RErrorCode == RERR_STDCMAPFAIL) {
|
||||
wwarning(RMessageForError(RErrorCode));
|
||||
wwarning("%s", RMessageForError(RErrorCode));
|
||||
|
||||
rattr.flags &= ~RC_StandardColormap;
|
||||
rattr.standard_colormap_mode = RUseStdColormap;
|
||||
|
||||
Reference in New Issue
Block a user