diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-22 02:35:05 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-22 02:35:05 (GMT) |
commit | 0906477984edbd9f6e62fed3800ea9a441919a58 (patch) | |
tree | ff45afc3bfc55814da023afea15e6d1a2be053aa /src/Window.hh | |
parent | f6ee704a1d3429c6dedb03d84b4d70103cf8db15 (diff) | |
download | fluxbox-0906477984edbd9f6e62fed3800ea9a441919a58.zip fluxbox-0906477984edbd9f6e62fed3800ea9a441919a58.tar.bz2 |
leave fullscreen windows on top, even without the focus, as long as focused window is on another head
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 032ea07..e75b84c 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -547,6 +547,8 @@ private: | |||
547 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0); | 547 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0); |
548 | 548 | ||
549 | void setState(unsigned long stateval, bool setting_up); | 549 | void setState(unsigned long stateval, bool setting_up); |
550 | /// set the layer of a fullscreen window | ||
551 | void setFullscreenLayer(); | ||
550 | 552 | ||
551 | // modifies left and top if snap is necessary | 553 | // modifies left and top if snap is necessary |
552 | void doSnapping(int &left, int &top); | 554 | void doSnapping(int &left, int &top); |