Would you mind also pushing this branch to phab for easier reviewing? I've created some temporary docs for doing this here: https://phab.enlightenment.org/w/arcanist/
On Fri, May 4, 2018 at 7:06 AM Christopher Michael <[email protected]> wrote: > devilhorns pushed a commit to branch feature/wayland/multi-output. > > > http://git.enlightenment.org/core/efl.git/commit/?id=67d0042ca2be59b1f673c9ad8f789333108207cf > > commit 67d0042ca2be59b1f673c9ad8f789333108207cf > Author: Chris Michael <[email protected]> > Date: Tue Feb 6 11:50:08 2018 -0500 > > ecore-drm2: Re-enable all available outputs > --- > src/lib/ecore_drm2/ecore_drm2_outputs.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/src/lib/ecore_drm2/ecore_drm2_outputs.c > b/src/lib/ecore_drm2/ecore_drm2_outputs.c > index e39f26a6da..5f332e752d 100644 > --- a/src/lib/ecore_drm2/ecore_drm2_outputs.c > +++ b/src/lib/ecore_drm2/ecore_drm2_outputs.c > @@ -762,12 +762,6 @@ _output_create(Ecore_Drm2_Device *dev, const > drmModeRes *res, const drmModeConne > > if (!eina_list_count(dev->outputs)) > output->primary = EINA_TRUE; > - else > - { > - /* temporarily disable other outputs which are not primary */ > - output->connected = EINA_FALSE; > - output->enabled = EINA_FALSE; > - } > > dev->outputs = eina_list_append(dev->outputs, output); > > > -- > > > ------------------------------------------------------------------------------ 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
