mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
xdg-toplevel: allow edge_none for resizing
(cherry picked from commit 9c50cd71b6)
This commit is contained in:
parent
136c1b281a
commit
a1b3be49c5
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ static void xdg_toplevel_handle_resize(struct wl_client *client,
|
|||
wlr_seat_client_from_resource(seat_resource);
|
||||
|
||||
switch (edges) {
|
||||
case XDG_TOPLEVEL_RESIZE_EDGE_NONE:
|
||||
case XDG_TOPLEVEL_RESIZE_EDGE_TOP:
|
||||
case XDG_TOPLEVEL_RESIZE_EDGE_BOTTOM:
|
||||
case XDG_TOPLEVEL_RESIZE_EDGE_LEFT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue