mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
bug fixes
This commit is contained in:
@@ -448,11 +448,7 @@ createPixmaps(WScreen *scr)
|
||||
RDestroyImage(image);
|
||||
}
|
||||
|
||||
#ifdef HIDDENDOT
|
||||
if (!wPreferences.flags.nodock || !wPreferences.flags.noclip) {
|
||||
scr->dock_dots = make3Dots(scr);
|
||||
}
|
||||
#endif
|
||||
scr->dock_dots = make3Dots(scr);
|
||||
|
||||
#ifndef NEWSTUFF
|
||||
/* titlebar button pixmaps */
|
||||
@@ -779,8 +775,6 @@ wScreenInit(int screen_number)
|
||||
scr->frame_border_pixel = xcol.pixel;
|
||||
}
|
||||
|
||||
scr->workspace_name_font = wLoadFont(DEF_WORKSPACE_NAME_FONT);
|
||||
|
||||
/* create GCs with default values */
|
||||
allocGCs(scr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user