summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-24 17:09:26 (GMT)
committermarkt <markt>2007-10-24 17:09:26 (GMT)
commitf3afe787c1209cf1357493924a4f7eb7864def54 (patch)
treed0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/Window.hh
parent74eb584a312aba21b21eccb6c49ade1571aa3740 (diff)
downloadfluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.zip
fluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
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);