diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 08:06:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 08:06:23 +0000 |
| commit | 42bbf005c81d6c5cf27cdcf7ca50443210b7ed17 (patch) | |
| tree | 677850bd9556edbd3ad8b1fdfcbec587aab479a2 /openbox | |
| parent | e1e3974c86a8d4222cc7a1ab3aac7463d17ea23f (diff) | |
oops that worked before i borked it bad
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/stacking.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c index d4c6e1bc..72b7c03b 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -73,8 +73,7 @@ void stacking_raise(Client *client) stacking_list = g_list_insert_before(stacking_list, it, client); - if (client->frame->visible) - XRestackWindows(ob_display, wins, 2); + XRestackWindows(ob_display, wins, 2); stacking_set_list(); } @@ -117,8 +116,7 @@ void stacking_lower(Client *client) it->next, client); } - if (client->frame->visible) - XRestackWindows(ob_display, wins, 2); + XRestackWindows(ob_display, wins, 2); stacking_set_list(); } |
