discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=012a7d492e7ed727f582c1467546bb7795c5c71d
commit 012a7d492e7ed727f582c1467546bb7795c5c71d Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 10 15:57:15 2017 -0500 do not use saved e_randr screens if fake screens have been added --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index b4b386f..61c3fbd 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2850,7 +2850,7 @@ e_comp_wl_init(void) /* add event handlers to catch E events */ if (e_comp->comp_type != E_PIXMAP_TYPE_X) { - if (e_randr2_init()) + if (e_randr2_init() && (!e_xinerama_fake_screens_exist())) e_randr2_screens_setup(-1, -1); elm_config_preferred_engine_set("wayland_shm"); } --
