summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-02 18:37:31 +0000
committerDana Jansens <danakj@orodu.net>2002-08-02 18:37:31 +0000
commitb1a2c014eba9ad4b09b2a577f9cee24315034f3a (patch)
tree23a609b51d04d3f788b88e721f3968ca99b5635a /src/Window.hh
parent628a4ff368c09a10a2eb738bac804b9a3025ed64 (diff)
snapping/resistance is optional for window and edge snapping
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 2 insertions, 0 deletions
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);