diff options
author | rathnor <rathnor> | 2003-04-15 23:09:26 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-15 23:09:26 (GMT) |
commit | 909b3c5665213ef2a05ef26e33506d02829bdd93 (patch) | |
tree | 293a3a87f5ed1524c98d6011daa76743b953373e /src/Window.hh | |
parent | 4ca88642fad0b89209aea9272b835b1e724975ad (diff) | |
download | fluxbox_pavel-909b3c5665213ef2a05ef26e33506d02829bdd93.zip fluxbox_pavel-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.hh | 3 |
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); |