mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
0e34208344
commit
665a164f27
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue