aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-23 13:58:36 (GMT)
committerrathnor <rathnor>2003-02-23 13:58:36 (GMT)
commit159ef752ca0b96daea6758a6ffe46f128baf4244 (patch)
treee82e9a6212000b9fea3c298f872511c9342ac192
parentb3ba75792908cbc14555001d7495828206a23fdc (diff)
downloadfluxbox-159ef752ca0b96daea6758a6ffe46f128baf4244.zip
fluxbox-159ef752ca0b96daea6758a6ffe46f128baf4244.tar.bz2
silliness. I blame it on lack of sleep ;)
-rw-r--r--src/Window.cc6
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.126 2003/02/23 13:40:22 rathnor Exp $ 25// $Id: Window.cc,v 1.127 2003/02/23 13:58:36 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -2395,8 +2395,8 @@ void FluxboxWindow::stopResizing(Window win) {
2395 2395
2396 2396
2397 moveResize(last_resize_x, last_resize_y, 2397 moveResize(last_resize_x, last_resize_y,
2398 last_resize_w; 2398 last_resize_w,
2399 last_resize_h; 2399 last_resize_h);
2400 2400
2401 XUngrabPointer(display, CurrentTime); 2401 XUngrabPointer(display, CurrentTime);
2402} 2402}