mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
xdg-shell: await configure serial before moving (issue #11)
This commit is contained in:
parent
e0770a5672
commit
7c29bcb45e
2 changed files with 42 additions and 6 deletions
|
|
@ -181,6 +181,13 @@ struct view {
|
|||
*/
|
||||
struct border margin;
|
||||
|
||||
struct {
|
||||
bool update_x, update_y;
|
||||
double x, y;
|
||||
uint32_t width, height;
|
||||
uint32_t configure_serial;
|
||||
} pending_move_resize;
|
||||
|
||||
int xdg_grab_offset;
|
||||
|
||||
bool server_side_deco;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue