mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix laggy move-resize in xdg-shell
This commit is contained in:
parent
80caaf8fcc
commit
3e3209cba2
3 changed files with 62 additions and 42 deletions
|
|
@ -26,6 +26,12 @@ struct roots_xdg_surface_v6 {
|
|||
struct wl_listener destroy;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
|
||||
struct {
|
||||
bool needs_move;
|
||||
double x, y;
|
||||
uint32_t width, height;
|
||||
} move_resize;
|
||||
};
|
||||
|
||||
struct roots_xwayland_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue