summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authoraura <boneyaard@gmail.com>2024-10-25 12:39:54 +0200
committeraura <boneyaard@gmail.com>2024-10-25 12:39:54 +0200
commit562fa9c12377c5ef7bbe4c764babd0bc02b5b930 (patch)
tree826f4090f6866f2644e3c9d06838a8f2cde4a060 /openbox/client.h
parent9e8813e111cbe6c1088f6abbc771a29470f05fc2 (diff)
window snapping
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;