diff options
author | Simon Ser <contact@emersion.fr> | 2021-09-30 21:44:38 +0200 |
---|---|---|
committer | Kirill Primak <vyivel@posteo.net> | 2021-09-30 23:17:32 +0300 |
commit | 665a164f27495f89d6924156b652b837d11ddd98 (patch) | |
tree | 4b51249d2dad7a054868b78407098435e6e2e200 /include | |
parent | 0e342083440db978463dbf43795bfed8a5a11cd6 (diff) |
xdg-shell: rename wlr_xdg_surface.next_configure_serial
Rename it to scheduled_serial for consistency with the rest of
wlroots.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 2 |
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; |