From b1a2c014eba9ad4b09b2a577f9cee24315034f3a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 2 Aug 2002 18:37:31 +0000 Subject: snapping/resistance is optional for window and edge snapping --- src/Window.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Window.hh') diff --git a/src/Window.hh b/src/Window.hh index 6cc5deed..46bc2662 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -295,6 +295,8 @@ 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 doWindowSnapping(int &dx, int &dy); void endMove(void); void doResize(int x_root, int y_root); void endResize(void); -- cgit v1.2.3