summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-20 15:38:51 +0000
committerDana Jansens <danakj@orodu.net>2002-08-20 15:38:51 +0000
commit551a17d2563679eb6ef7c650f1384ee7e48dbc29 (patch)
tree0375e12f30ae6a5530df2aae74fd27b38f502554 /src/Window.hh
parent2d114880692ce90eb5c8acdc1d07d2098cc3f1fc (diff)
Fix send to menu, having deleted workspaces in it.
Fix workspace warping, move the mouse and window the same amount. Fix workspace switching. Put old code back that worked better.
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 49182bb2..695d3e1c 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -296,7 +296,7 @@ private:
void setState(unsigned long new_state);
void upsize(void);
void doMove(int x_root, int y_root);
- bool doWorkspaceWarping(int x_root, int y_root, int dx, int dy);
+ void doWorkspaceWarping(int x_root, int y_root, int &dx, int dy);
void doWindowSnapping(int &dx, int &dy);
void endMove(void);
void doResize(int x_root, int y_root);