Skip to content

Commit

Permalink
MapWindow: honour iconification state
Browse files Browse the repository at this point in the history
Don't deiconify windows which are already iconified.
  • Loading branch information
ThomasAdam committed May 2, 2020
1 parent 6cd13e8 commit 58773ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fvwm/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -3089,9 +3089,6 @@ void HandleMapRequestKeepRaised(
}
/* If it's not merely iconified, and we have hints, use them. */

/* If no hints, or currently an icon, just "deiconify" */
DeIconify(fw);

if (IS_MAPPED(fw))
{
/* the window is already mapped - fake a MapNotify event */
Expand Down

0 comments on commit 58773ed

Please sign in to comment.