Oh weird. I had not noticed that. I'll take a look ... perhaps during a rebase something went wacky. Thanks for pointing this out.

On 04/12/2018 10:55 AM, Mike Blumenkrantz wrote:
It looks like there are 4(+) commits with this same commit message, at
least 2 of which are just adding and removing this section and not actually
doing what the commit describes?

On Wed, Apr 11, 2018 at 10:59 AM Christopher Michael <devilho...@comcast.net>
wrote:

devilhorns pushed a commit to branch feature/wayland/multioutput.


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

commit d50edcaf9ddada78a350d93063c31e6a9b28809f
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
---
 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 cacd052b57..4a2859908a 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)
      {

--






------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to