aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-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}