discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=802136f5f219335a64fa7b8615be2888dc31ea4a
commit 802136f5f219335a64fa7b8615be2888dc31ea4a 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 44ed7b5..ef5dabe 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2891,7 +2891,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"); } --
