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; return EINA_FALSE;
} }
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY) //#ifdef HAVE_WAYLAND_CLIENTS
e_comp_wl_init(); //e_comp_wl_init();
#endif //#endif
if (!e_comp) return EINA_FALSE; if (!e_comp) return EINA_FALSE;
out: out:
e_comp->elm = elm_win_fake_add(e_comp->ee); e_comp->elm = elm_win_fake_add(e_comp->ee);