From 4524238a4c1e230aec54c0ccd9be8250aefb22d6 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 26 Apr 2000 06:25:30 +0000 Subject: [PATCH] Sends UnmapNotify when window is iconized --- Frame.C | 1 + 1 file changed, 1 insertion(+) diff --git a/Frame.C b/Frame.C index 9318325..5584df1 100644 --- a/Frame.C +++ b/Frame.C @@ -755,6 +755,7 @@ void Frame::state(short newstate) { throw_focus(); set_state_flag(IGNORE_UNMAP); XUnmapWindow(fl_display, fl_xid(this)); + XUnmapWindow(fl_display, window_); } else { return; // don't setStateProperty IconicState multiple times }