automatically attempt to create a wayland x11 output during comp init

at this point an x11 compositor has already failed to be created, so trying
to use x11 is safe and probably desired
This commit is contained in:
Mike Blumenkrantz 2016-01-18 15:01:23 -05:00
parent 352d023d76
commit d12c5f9474
1 changed files with 3 additions and 0 deletions

View File

@ -1113,6 +1113,9 @@ e_comp_init(void)
#ifdef USE_MODULE_WL_WL
"wl_wl",
#endif
#ifdef USE_MODULE_WL_X11
"wl_x11",
#endif
#ifdef USE_MODULE_WL_DRM
"wl_drm",
#endif