screen-share: Name the seat "screen-share"
Name the seat created by the screen share plugin "screen-share" instead of "default", to make it easier to recognize. No functional change intended. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -368,7 +368,7 @@ ss_seat_create(struct shared_output *so, uint32_t id)
|
|||||||
if (seat == NULL)
|
if (seat == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
weston_seat_init(&seat->base, so->output->compositor, "default");
|
weston_seat_init(&seat->base, so->output->compositor, "screen-share");
|
||||||
seat->output = so;
|
seat->output = so;
|
||||||
seat->id = id;
|
seat->id = id;
|
||||||
seat->parent.seat = wl_registry_bind(so->parent.registry, id,
|
seat->parent.seat = wl_registry_bind(so->parent.registry, id,
|
||||||
|
|||||||
Reference in New Issue
Block a user