diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 08:59:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 08:59:28 +0000 |
| commit | 9d40660bce8e594b6065db961b770d69c46ae53b (patch) | |
| tree | a0e26d9ac0b2b9fb17c5ff337169c609066f0d85 /src/Window.hh | |
| parent | a9bfdcaa06b42e9c0de06042f79d1920361aaa25 (diff) | |
warping works!
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 695d3e1c..727f1006 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); - void doWorkspaceWarping(int x_root, int y_root, int &dx, int dy); + 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); |
