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

Fix crash bug in screen.c, hide window when it is --no-clip --no-dock.

This commit is contained in:
id
1999-04-19 12:27:38 +00:00
parent c1e7875744
commit f8d963e036

View File

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