Rename creation_iid to creation_id for clarity

This commit is contained in:
Maik Broemme 2025-12-08 14:33:32 +01:00
parent 314713f369
commit eecba25242
No known key found for this signature in database
GPG key ID: 27BE1125704B8B02
5 changed files with 5 additions and 5 deletions

View file

@ -188,7 +188,7 @@ struct server {
struct wl_listener xdg_toplevel_icon_set_icon;
struct wl_list views;
uint64_t next_view_creation_iid;
uint64_t next_view_creation_id;
struct wl_list unmanaged_surfaces;
struct seat seat;