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:
@@ -2053,7 +2053,9 @@ wUnselectWindows(WScreen *scr)
|
||||
return;
|
||||
|
||||
while (WMGetBagItemCount(scr->selected_windows)) {
|
||||
wwin = WMGetFromBag(scr->selected_windows, 0);
|
||||
WMBagIterator dummy;
|
||||
|
||||
wwin = WMBagFirst(scr->selected_windows, &dummy);
|
||||
if (wwin->flags.miniaturized && wwin->icon && wwin->icon->selected)
|
||||
wIconSelect(wwin->icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user