disable wl clients in X

this is untested and undeveloped, no point in leaving it around to crash randomly
This commit is contained in:
Mike Blumenkrantz 2015-03-06 14:52:12 -05:00
parent 6e4214c8ad
commit e8d408650f
1 changed files with 3 additions and 3 deletions

View File

@ -1058,9 +1058,9 @@ e_comp_init(void)
}
return EINA_FALSE;
}
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
e_comp_wl_init();
#endif
//#ifdef HAVE_WAYLAND_CLIENTS
//e_comp_wl_init();
//#endif
if (!e_comp) return EINA_FALSE;
out:
e_comp->elm = elm_win_fake_add(e_comp->ee);