mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
Ensure to move the view when configured
This commit is contained in:
parent
27937add76
commit
e2843d87c8
4 changed files with 40 additions and 36 deletions
|
|
@ -30,7 +30,7 @@ struct roots_xdg_surface_v6 {
|
|||
struct wl_listener request_maximize;
|
||||
|
||||
struct {
|
||||
bool needs_move;
|
||||
uint32_t configure_serial;
|
||||
double x, y;
|
||||
uint32_t width, height;
|
||||
} move_resize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue