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 7e6a2a9064
commit fd2817df4a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,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;