aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-15 23:09:26 (GMT)
committerrathnor <rathnor>2003-04-15 23:09:26 (GMT)
commit909b3c5665213ef2a05ef26e33506d02829bdd93 (patch)
tree293a3a87f5ed1524c98d6011daa76743b953373e /src/Window.hh
parent4ca88642fad0b89209aea9272b835b1e724975ad (diff)
downloadfluxbox-909b3c5665213ef2a05ef26e33506d02829bdd93.zip
fluxbox-909b3c5665213ef2a05ef26e33506d02829bdd93.tar.bz2
raise on focus [at end of cycle], also a temporary raise while cycling
(Simon)
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 6245b0a..a626b28 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.56 2003/04/15 18:56:42 fluxgen Exp $ 25// $Id: Window.hh,v 1.57 2003/04/15 23:09:15 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -155,6 +155,7 @@ public:
155 void stick(); 155 void stick();
156 void raise(); 156 void raise();
157 void lower(); 157 void lower();
158 void tempRaise();
158 void raiseLayer(); 159 void raiseLayer();
159 void lowerLayer(); 160 void lowerLayer();
160 void moveToLayer(int layernum); 161 void moveToLayer(int layernum);