mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
Minor style fix
This commit is contained in:
parent
4ac920827d
commit
c29214f348
@ -423,7 +423,7 @@ static bool handle_pointer_motion(wlc_handle handle, uint32_t time, const struct
|
|||||||
view->width -= dx;
|
view->width -= dx;
|
||||||
edge += WLC_RESIZE_EDGE_LEFT;
|
edge += WLC_RESIZE_EDGE_LEFT;
|
||||||
}
|
}
|
||||||
} else if (dx > 0){
|
} else if (dx > 0) {
|
||||||
if (mouse_origin.x > midway_x && !lock_right) {
|
if (mouse_origin.x > midway_x && !lock_right) {
|
||||||
changed_floating = true;
|
changed_floating = true;
|
||||||
view->width += dx;
|
view->width += dx;
|
||||||
|
Loading…
Reference in New Issue
Block a user