summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-14 13:58:36 +0000
committerDana Jansens <danakj@orodu.net>2007-03-14 13:58:36 +0000
commit5f7ffb00ba0050de28e915f6dcbd711b03eec938 (patch)
tree574f2e7e155d8878d88e651a103206186b4ec6db /openbox/frame.h
parente2521f5c6477323ec683ace8c0af8b4c58112a54 (diff)
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.
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h1
1 files changed, 1 insertions, 0 deletions
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;