summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.c b/window.c
index 61353b9ab..737f93ced 100644
--- a/window.c
+++ b/window.c
@@ -52,8 +52,8 @@ void DispatchLeftClickEvent(Window *w, int x, int y) {
if (e.click.widget == 0) { /* 'X' */
DeleteWindow(w);
return;
- }
-
+ }
+
if (e.click.widget == 1) /* 'Title bar' */
StartWindowDrag(w);
}