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

updated code to use new bags

arbitrary window levels
This commit is contained in:
kojima
2000-03-28 02:48:32 +00:00
parent 6672180d77
commit f5177e67d5
37 changed files with 482 additions and 214 deletions

View File

@@ -834,7 +834,7 @@ wManageWindow(WScreen *scr, Window window)
wwin->flags.miniaturized = wstate->miniaturized;
workspace = wstate->workspace;
if (scr->flags.startup && wstate->window_shortcuts >= 0) {
if (scr->flags.startup && wstate->window_shortcuts > 0) {
int i;
for (i = 0; i < MAX_WINDOW_SHORTCUTS; i++) {