diff options
author | Tomas Janousek <tomi@nomi.cz> | 2007-03-01 22:18:18 (GMT) |
---|---|---|
committer | Tomas Janousek <tomi@nomi.cz> | 2008-01-27 14:01:14 (GMT) |
commit | b405d36151d3a6d3074eb6bafb541a1d6228d85e (patch) | |
tree | ac67fd02067fb473348972a3a4d40272d99666e0 /src/Screen.hh | |
parent | 8c3f2a8e0378ff5d649ce831b995669874fd1056 (diff) | |
download | fluxbox-b405d36151d3a6d3074eb6bafb541a1d6228d85e.zip fluxbox-b405d36151d3a6d3074eb6bafb541a1d6228d85e.tar.bz2 |
Move windows out of inactive heads upon layout change.
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index c95e573..f0dbcc6 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -406,6 +406,7 @@ public: | |||
406 | int numHeads() const { return m_xinerama_num_heads; } | 406 | int numHeads() const { return m_xinerama_num_heads; } |
407 | 407 | ||
408 | void initXinerama(); | 408 | void initXinerama(); |
409 | void clearHeads(); | ||
409 | /** | 410 | /** |
410 | * Determines head number for a position | 411 | * Determines head number for a position |
411 | * @param x position in pixels on the screen | 412 | * @param x position in pixels on the screen |