From 74686e9bb67c506960265d46c4604bc1fb1ff518 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 18 Feb 2008 23:32:04 +0000 Subject: [PATCH] --- src/jinete/jwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jinete/jwindow.c b/src/jinete/jwindow.c index a6118fbfe..cdbebda33 100644 --- a/src/jinete/jwindow.c +++ b/src/jinete/jwindow.c @@ -366,7 +366,7 @@ static bool window_msg_proc(JWidget widget, JMessage msg) break; /* without capture */ - if (!jwidget_has_capture (widget)) { + if (!jwidget_has_capture(widget)) { if (!jmanager_get_capture()) return setup_cursor(widget, msg->mouse.x, msg->mouse.y) != WINDOW_NONE; else