Fix ack configure/configure flow

Prevents FOUC/improves frame perfect rendering goal
This commit is contained in:
Drew DeVault 2018-03-27 22:50:55 -04:00
parent 3e5131e664
commit 96a8df2f9a
2 changed files with 31 additions and 16 deletions

View file

@ -64,6 +64,8 @@ struct wlr_layer_surface {
uint32_t configure_next_serial;
struct wl_list configure_list;
struct wlr_layer_surface_configure *acked_configure;
struct wlr_layer_surface_state client_pending;
struct wlr_layer_surface_state server_pending;
struct wlr_layer_surface_state current;