X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;fp=src%2FWindow.hh;h=727f1006378bcfc0b19864602342a78ab4c8c52b;hb=9d40660bce8e594b6065db961b770d69c46ae53b;hp=695d3e1c5bd6cf831900538fbbe5894f63fa0aa9;hpb=a9bfdcaa06b42e9c0de06042f79d1920361aaa25;p=chaz%2Fopenbox 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);