mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
xdg-surface: sync with surface state flow
This commit is contained in:
parent
7d1b0e1f61
commit
b16a95d754
2 changed files with 59 additions and 15 deletions
|
|
@ -165,6 +165,8 @@ struct wlr_xdg_surface_configure {
|
|||
struct wlr_xdg_surface_state {
|
||||
uint32_t configure_serial;
|
||||
struct wlr_box geometry;
|
||||
|
||||
struct wlr_surface_synced_state synced_state;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -198,7 +200,8 @@ struct wlr_xdg_surface {
|
|||
|
||||
struct wlr_xdg_surface_state current, pending;
|
||||
|
||||
struct wl_listener surface_destroy;
|
||||
struct wlr_surface_synced synced;
|
||||
|
||||
struct wl_listener surface_commit;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue