devilhorns pushed a commit to branch feature/wayland/multi-output.

http://git.enlightenment.org/core/efl.git/commit/?id=800f63045d54db747754b7dc0e8724cc2d35ef44

commit 800f63045d54db747754b7dc0e8724cc2d35ef44
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Mar 16 07:27:34 2018 -0400

    ecore-evas-drm: Add support for per-output ticking
    
    This patch modifies the ecore_evas animator ticking code for drm in
    order to support ticks on a per-output basis
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/ecore_evas/engines/drm/ecore_evas_drm.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c 
b/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c
index 4e83a4381f..5c413609b7 100644
--- a/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c
+++ b/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c
@@ -281,6 +281,9 @@ _drm_rotation_do(Ecore_Evas *ee, int rotation, int resize)
 
    if (!found) return;
 
+   /* output = eina_list_nth(edata->outputs, 0); */
+   /* if (!output) return; */
+
    rotations = ecore_drm2_output_supported_rotations_get(output);
    if (rotations >= 0)
      {

-- 


Reply via email to