aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h
index 3df2aa96..d63132c4 100644
--- a/include/wlr/types/wlr_xdg_shell.h
+++ b/include/wlr/types/wlr_xdg_shell.h
@@ -192,7 +192,7 @@ struct wlr_xdg_surface {
bool added, configured, mapped;
struct wl_event_source *configure_idle;
- uint32_t configure_next_serial;
+ uint32_t scheduled_serial;
struct wl_list configure_list;
struct wlr_xdg_surface_state current, pending;