All of these issues should be fixed now. Due to the nature of not being able to rebase -i on feature branches, I have fixed the issues and pushed things into a new branch: feature/wayland/multi-output

https://git.enlightenment.org/core/efl.git/log/?h=feature/wayland/multi-output

Thank you for the feedback !!

Kind Regards,
Chris

On 04/12/2018 11:14 AM, Christopher Michael wrote:
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 <[email protected]>
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 <[email protected]>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to