diff options
author | markt <markt> | 2007-10-24 17:09:26 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-24 17:09:26 (GMT) |
commit | f3afe787c1209cf1357493924a4f7eb7864def54 (patch) | |
tree | d0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/Window.hh | |
parent | 74eb584a312aba21b21eccb6c49ade1571aa3740 (diff) | |
download | fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.zip fluxbox-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2 |
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index b5c5dd2..4304037 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -309,6 +309,7 @@ public: | |||
309 | int getOnHead() const; | 309 | int getOnHead() const; |
310 | void setOnHead(int head); | 310 | void setOnHead(int head); |
311 | /// sets the window focus hidden state | 311 | /// sets the window focus hidden state |
312 | void placeWindow(int head); | ||
312 | void setFocusHidden(bool value); | 313 | void setFocusHidden(bool value); |
313 | /// sets the window icon hidden state | 314 | /// sets the window icon hidden state |
314 | void setIconHidden(bool value); | 315 | void setIconHidden(bool value); |