From 665a164f27495f89d6924156b652b837d11ddd98 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 30 Sep 2021 21:44:38 +0200 Subject: xdg-shell: rename wlr_xdg_surface.next_configure_serial Rename it to scheduled_serial for consistency with the rest of wlroots. --- include/wlr/types/wlr_xdg_shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3