do not use saved e_randr screens if fake screens have been added

This commit is contained in:
Mike Blumenkrantz 2017-03-10 15:57:15 -05:00
parent 434a3c8d38
commit 012a7d492e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}