summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 11a01400..3b33a544 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -81,7 +81,10 @@ struct _ObClient
/*! The window's decorations. NULL while the window is being managed! */
struct _ObFrame *frame;
-
+ /*! The window is snapped to fill the left side of the screen */
+ gboolean snapped_left;
+ /*! The window is snapped to fill the right side of the screen */
+ gboolean snapped_right;
/*! The number of unmap events to ignore on the window */
gint ignore_unmaps;