mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Rename creation_iid to creation_id for clarity
This commit is contained in:
parent
314713f369
commit
eecba25242
5 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue