aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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 cf0077e..b5c5dd2 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -306,6 +306,7 @@ public:
306 void lowerLayer(); 306 void lowerLayer();
307 /// moves the window to a new layer 307 /// moves the window to a new layer
308 void moveToLayer(int layernum, bool force = false); 308 void moveToLayer(int layernum, bool force = false);
309 int getOnHead() const;
309 void setOnHead(int head); 310 void setOnHead(int head);
310 /// sets the window focus hidden state 311 /// sets the window focus hidden state
311 void setFocusHidden(bool value); 312 void setFocusHidden(bool value);