X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ffloating.c;h=2ac4afda0d39bb5e32a14aa38ca3715a50ec8905;hb=4be3178d4d360c2996217d811e61161c84d25898;hp=85aaa6e7bb4f31edc30040192166dede0e6ac7c6;hpb=7e51f626ef096c4d1bbbcb0c25cc27685c78bca7;p=i3%2Fi3 diff --git a/src/floating.c b/src/floating.c index 85aaa6e7..2ac4afda 100644 --- a/src/floating.c +++ b/src/floating.c @@ -381,7 +381,7 @@ void floating_resize_window(Con *con, bool proportional, if (event->event_y <= (con->rect.height / 2)) corner |= BORDER_TOP; - else corner |= BORDER_RIGHT; + else corner |= BORDER_BOTTOM; struct resize_window_callback_params params = { corner, proportional, event };