summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-06-15 18:58:02 -0700
committerVito Caputo <vcaputo@pengaru.com>2025-03-21 10:57:27 -0700
commit315aaf7408484d0138bf3958b3c7fe76a2119706 (patch)
treee3c20970911394d240d73f4c1ca445920f832f92 /src/window.h
parent15cac59346b95ccd8044f605fd1cb7f5a6370db4 (diff)
screen: support xwin next/prev screen_rels
This is an attempt to minimally support autoconfing windows to different screens on multihead setups.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 74f30ab..cafabb8 100644
--- a/src/window.h
+++ b/src/window.h
@@ -33,6 +33,7 @@ typedef struct _vwm_window_t {
long hints_supplied; /* bitfield reflecting the hints the client supplied */
unsigned int autoconfigured:3; /* autoconfigured window states (none/quarter/half/full/all) */
+ unsigned int autoconfigured_param:2;
unsigned int mapping:1; /* is the window being mapped? (by vwm) */
unsigned int unmapping:1; /* is the window being unmapped? (by vwm) */
} vwm_window_t;
© All Rights Reserved