summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-26 15:38:54 +0000
committerDana Jansens <danakj@orodu.net>2007-05-26 15:38:54 +0000
commita8fe821fddc2f30b4031bd9f9e854382a9f0b76e (patch)
tree0511525db2e325267558cc4cc6b42dd7d433a0d3 /openbox/client.h
parent1821191d459ead4028b08e3009f0ed0be70b9c91 (diff)
use the PSize and USSize hints to decide to resize windows on map or not
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 82a565f3..e4831b95 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -216,6 +216,10 @@ struct _ObClient
we only force it if it tries to go completely offscreen, if neither, we
should place the window ourselves when it first appears */
guint positioned;
+
+ /*! Was the window's size requested by the application or the user?
+ If by the application we don't let it go outside the available area */
+ guint sized;
/*! Can the window receive input focus? */
gboolean can_focus;