summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-19 14:14:54 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-19 14:14:54 -0500
commitc29214f348cef5951eeece3b60383993eaaca305 (patch)
treeb478c1219bb1a18594d6561b993cb9f06981b20e
parentMerge pull request #89 from taiyu-len/master (diff)
downloadsway-c29214f348cef5951eeece3b60383993eaaca305.tar.gz
sway-c29214f348cef5951eeece3b60383993eaaca305.tar.zst
sway-c29214f348cef5951eeece3b60383993eaaca305.zip
Minor style fix
-rw-r--r--sway/handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index f7d5386a..7b82fd03 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -423,7 +423,7 @@ static bool handle_pointer_motion(wlc_handle handle, uint32_t time, const struct
423 view->width -= dx; 423 view->width -= dx;
424 edge += WLC_RESIZE_EDGE_LEFT; 424 edge += WLC_RESIZE_EDGE_LEFT;
425 } 425 }
426 } else if (dx > 0){ 426 } else if (dx > 0) {
427 if (mouse_origin.x > midway_x && !lock_right) { 427 if (mouse_origin.x > midway_x && !lock_right) {
428 changed_floating = true; 428 changed_floating = true;
429 view->width += dx; 429 view->width += dx;