mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Fixed problem with kcalc not having a miniaturize button
This commit is contained in:
@@ -899,8 +899,8 @@ wIconifyWindow(WWindow *wwin)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (wwin->transient_for!=None) {
|
||||
if (wwin->transient_for!=None &&
|
||||
wwin->transient_for!=wwin->screen_ptr->root_win) {
|
||||
WWindow *owner = wWindowFor(wwin->transient_for);
|
||||
|
||||
if (owner && owner->flags.miniaturized)
|
||||
|
||||
Reference in New Issue
Block a user