mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix maximize delay in xdg-shell
This commit is contained in:
parent
0204f811b4
commit
bf1b12a725
4 changed files with 23 additions and 5 deletions
|
|
@ -27,6 +27,7 @@ struct roots_xdg_surface_v6 {
|
|||
struct wl_listener destroy;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
struct wl_listener request_maximize;
|
||||
};
|
||||
|
||||
struct roots_xwayland_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue