devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=846722277c27da0efc0b2a76486b91553be3ba3e
commit 846722277c27da0efc0b2a76486b91553be3ba3e Author: Chris Michael <[email protected]> Date: Wed Nov 1 08:49:55 2017 -0400 Revert "wl-drm: Fix issue of not being able to set output mode" Reverting this in favor of a better way to fix the issue inside EFL itself. This reverts commit 5dc1c1c8ebad8b9fdad502d564b0819bf9d7bd4b. --- src/modules/wl_drm/e_mod_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c index f533f1907..e4355268e 100644 --- a/src/modules/wl_drm/e_mod_main.c +++ b/src/modules/wl_drm/e_mod_main.c @@ -580,7 +580,8 @@ _drm2_randr_apply(void) if (s->config.priority > top_priority) top_priority = s->config.priority; - ecore_drm2_output_mode_set(output, mode, 0, 0); + ecore_drm2_output_mode_set(output, mode, s->config.geom.x, + s->config.geom.y); /* TODO: cannot support rotations until we support planes * and we cannot support planes until Atomic support is in */ --
