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

@ -1036,7 +1036,7 @@ xwayland_view_create(struct server *server,
CONNECT_SIGNAL(xsurface, xwayland_view, map_request);
wl_list_insert(&view->server->views, &view->link);
view->creation_iid = view->server->next_view_creation_iid++;
view->creation_id = view->server->next_view_creation_id++;
if (xsurface->surface) {
handle_associate(&xwayland_view->associate, NULL);