From f26f79f361eebb9af08ce64bc1c2f35b705e2927 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 31 Mar 2017 03:31:44 -0700 Subject: window: drop configuring member from vwm_window_t Rather than setting this configuring flag for the sake of vwm_screen_is_empty() to ignore, simply supply the xwin to ignore if desired. --- src/window.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 3b3c745..7db1d13 100644 --- a/src/window.h +++ b/src/window.h @@ -34,7 +34,6 @@ typedef struct _vwm_window_t { unsigned int autoconfigured:3; /* autoconfigured window states (none/quarter/half/full/all) */ unsigned int mapping:1; /* is the window being mapped? (by vwm) */ unsigned int unmapping:1; /* is the window being unmapped? (by vwm) */ - unsigned int configuring:1; /* is the window being configured/placed? (by vwm) */ unsigned int shelved:1; /* is the window shelved? */ } vwm_window_t; -- cgit v1.2.3