1
0
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:
kojima
1999-04-21 00:16:13 +00:00
parent cef3b29d94
commit 2a19d45517
7 changed files with 131 additions and 52 deletions

View File

@@ -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;