use seat0 as default seat name instead of default

This commit is contained in:
Mike Blumenkrantz 2017-06-23 17:41:39 -04:00
parent 5642ed47e8
commit 679ab13c94
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ e_comp_wl_input_init(void)
{
/* set default seat name */
if (!e_comp_wl->seat.name)
e_comp_wl->seat.name = "default";
e_comp_wl->seat.name = "seat0";
e_comp_wl->xkb.fd = -1;