sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c29214f348cef5951eeece3b60383993eaaca305
parent 4ac920827d93a994b9132652b1c7ae54dc73c71c
Author: Luminarys <kizunanohikari@gmail.com>
Date:   Wed, 19 Aug 2015 14:14:54 -0500

Minor style fix

Diffstat:
Msway/handlers.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 view->width -= dx; edge += WLC_RESIZE_EDGE_LEFT; } - } else if (dx > 0){ + } else if (dx > 0) { if (mouse_origin.x > midway_x && !lock_right) { changed_floating = true; view->width += dx;