From 159ef752ca0b96daea6758a6ffe46f128baf4244 Mon Sep 17 00:00:00 2001 From: rathnor Date: Sun, 23 Feb 2003 13:58:36 +0000 Subject: silliness. I blame it on lack of sleep ;) --- src/Window.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index f0e3393..9f5cf39 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.126 2003/02/23 13:40:22 rathnor Exp $ +// $Id: Window.cc,v 1.127 2003/02/23 13:58:36 rathnor Exp $ #include "Window.hh" @@ -2395,8 +2395,8 @@ void FluxboxWindow::stopResizing(Window win) { moveResize(last_resize_x, last_resize_y, - last_resize_w; - last_resize_h; + last_resize_w, + last_resize_h); XUngrabPointer(display, CurrentTime); } -- cgit v0.11.2