mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
bug fixes, faq update, fix of wrong bug fix in actions.c etc
This commit is contained in:
@@ -926,10 +926,10 @@ wIconifyWindow(WWindow *wwin)
|
||||
PlaceIcon(wwin->screen_ptr, &wwin->icon_x, &wwin->icon_y);
|
||||
}
|
||||
wwin->icon = wIconCreate(wwin);
|
||||
|
||||
wwin->icon->mapped = 1;
|
||||
}
|
||||
|
||||
if (wwin->icon)
|
||||
wwin->icon->mapped = 1;
|
||||
wwin->flags.miniaturized = 1;
|
||||
wwin->flags.mapped = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user