layer-shell: sync with surface state flow

This commit is contained in:
Kirill Primak 2022-02-04 16:24:02 +03:00
parent e7109daac8
commit d663fb4f63
2 changed files with 73 additions and 14 deletions

View file

@ -66,6 +66,8 @@ struct wlr_layer_surface_v1_state {
uint32_t configure_serial;
uint32_t actual_width, actual_height;
struct wlr_surface_synced_state synced_state;
};
struct wlr_layer_surface_v1_configure {
@ -89,7 +91,7 @@ struct wlr_layer_surface_v1 {
struct wlr_layer_surface_v1_state current, pending;
struct wl_listener surface_destroy;
struct wlr_surface_synced synced;
struct {
/**