aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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);