From 5f7ffb00ba0050de28e915f6dcbd711b03eec938 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 14 Mar 2007 13:58:36 +0000 Subject: refix for managing iconic windows, without having the frame map which caused flashing. instead, keep track of if the frame has been mapped yet. if it hasn't and it is getting hidden, then make sure to unmap the child. --- openbox/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index 0d044366..70855b1b 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -76,6 +76,7 @@ struct _ObFrame Strut size; Rect area; gboolean visible; + gboolean firstmap; /*! Whether the window is obscured at all or fully visible. */ gboolean obscured; -- cgit v1.2.3