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

better fix.

This commit is contained in:
id
1999-04-19 13:02:08 +00:00
parent f8d963e036
commit 95d036c52e

View File

@@ -448,7 +448,11 @@ createPixmaps(WScreen *scr)
RDestroyImage(image); RDestroyImage(image);
} }
scr->dock_dots = make3Dots(scr); #ifdef HIDDENDOT
if (!wPreferences.flags.nodock || !wPreferences.flags.noclip) {
scr->dock_dots = make3Dots(scr);
}
#endif
#ifndef NEWSTUFF #ifndef NEWSTUFF
/* titlebar button pixmaps */ /* titlebar button pixmaps */