mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fixed a bug with move-resize, removed xdg-shell ack_configure event
Fixed move-resizing a view when only one coordinate changes.
This commit is contained in:
parent
e2843d87c8
commit
a3a8b7bfd8
6 changed files with 31 additions and 18 deletions
|
|
@ -32,6 +32,7 @@ struct roots_xdg_surface_v6 {
|
|||
struct {
|
||||
uint32_t configure_serial;
|
||||
double x, y;
|
||||
bool update_x, update_y;
|
||||
uint32_t width, height;
|
||||
} move_resize;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue