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 5dc1c1c8eb.
devs/bu5hm4n/sandbox_fix
Chris Michael 5 years ago
parent b5320b6246
commit 846722277c
  1. 3
      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 */

Loading…
Cancel
Save