aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-27 22:50:55 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-27 22:50:55 -0400
commit96a8df2f9a1cf1d24b6c901ece844c620ed9ee1b (patch)
tree7ff91e14d780dc030b407738edc242fd9939d3f3 /include
parent3e5131e664c605f406756bae51d1276a67b5fa38 (diff)
Fix ack configure/configure flow
Prevents FOUC/improves frame perfect rendering goal
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_layer_shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_layer_shell.h b/include/wlr/types/wlr_layer_shell.h
index e8da8e0f..8cc7782f 100644
--- a/include/wlr/types/wlr_layer_shell.h
+++ b/include/wlr/types/wlr_layer_shell.h
@@ -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;