summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-24 03:44:39 (GMT)
committermarkt <markt>2007-10-24 03:44:39 (GMT)
commitb504021145c9d79759c3809c4001ee2acdf4a5aa (patch)
tree8cf1dfa7beee656a075042682b6c600e4423be5c /src/Window.hh
parent42ace977752c4e2dc9e77794d0f9ac73c53437ef (diff)
downloadfluxbox_lack-b504021145c9d79759c3809c4001ee2acdf4a5aa.zip
fluxbox_lack-b504021145c9d79759c3809c4001ee2acdf4a5aa.tar.bz2
really fix placement when head is remembered but not position
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);