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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user