From 562fa9c12377c5ef7bbe4c764babd0bc02b5b930 Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 25 Oct 2024 12:39:54 +0200 Subject: window snapping --- openbox/client.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') 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; -- cgit v1.2.3