From 551a17d2563679eb6ef7c650f1384ee7e48dbc29 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 20 Aug 2002 15:38:51 +0000 Subject: 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. --- src/Window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.hh') 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); -- cgit v1.2.3