diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-02 18:37:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-02 18:37:31 +0000 |
| commit | b1a2c014eba9ad4b09b2a577f9cee24315034f3a (patch) | |
| tree | 23a609b51d04d3f788b88e721f3968ca99b5635a /src/Window.hh | |
| parent | 628a4ff368c09a10a2eb738bac804b9a3025ed64 (diff) | |
snapping/resistance is optional for window and edge snapping
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 2 |
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); |
