summaryrefslogtreecommitdiff
path: root/src/Window.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-28 19:14:54 +0000
committerDana Jansens <danakj@orodu.net>2002-04-28 19:14:54 +0000
commit5e3ca8e66586a6dab4793cef04a3de98dc2ecfbe (patch)
treea562b324b38509b6cff1f5c1bc13ef3957aea62c /src/Window.h
parent4852193a578ea3c33f8685fd87322503c28e5544 (diff)
don't click-to-place windows when they specify a position
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 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 };