xdg-shell: rename wlr_xdg_surface.next_configure_serial

Rename it to scheduled_serial for consistency with the rest of
wlroots.
This commit is contained in:
Simon Ser 2021-09-30 21:44:38 +02:00 committed by Kirill Primak
parent 0e34208344
commit 665a164f27
2 changed files with 5 additions and 5 deletions

View file

@ -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;