mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
fixed bug with bag sorting
fixed bug with stacking code
This commit is contained in:
@@ -174,7 +174,7 @@ RestoreDesktop(WScreen *scr)
|
||||
|
||||
/* reparent windows back to the root window, keeping the stacking order */
|
||||
for (core = WMBagFirst(scr->stacking_list, &iter);
|
||||
core != NULL;
|
||||
iter != NULL;
|
||||
core = WMBagNext(scr->stacking_list, &iter)) {
|
||||
WCoreWindow *next;
|
||||
WWindow *wwin;
|
||||
|
||||
Reference in New Issue
Block a user