From 5e3ca8e66586a6dab4793cef04a3de98dc2ecfbe Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 28 Apr 2002 19:14:54 +0000 Subject: don't click-to-place windows when they specify a position --- src/Window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Window.h') diff --git a/src/Window.h b/src/Window.h index faaf9a00..66a3049e 100644 --- a/src/Window.h +++ b/src/Window.h @@ -78,6 +78,7 @@ private: int window_number, workspace_number; unsigned long current_state; + bool place_window; // place the window ourselves when mapped enum FocusMode { F_NoInput = 0, F_Passive, F_LocallyActive, F_GloballyActive }; -- cgit v1.2.3