Am Freitag, 1. Februar 2013 um 12:51 schrieb Enlightenment SVN: > Log: > Length is optional here when getting edid from output. > > Signed-off-by: Christopher Michael <[email protected] > (mailto:[email protected])> > > Author: devilhorns > Date: 2013-02-01 03:50:59 -0800 (Fri, 01 Feb 2013) > New Revision: 83554 > Trac: http://trac.enlightenment.org/e/changeset/83554 > > Modified: > trunk/efl/src/lib/ecore_x/xlib/ecore_x_randr.c > > Modified: trunk/efl/src/lib/ecore_x/xlib/ecore_x_randr.c > =================================================================== > --- trunk/efl/src/lib/ecore_x/xlib/ecore_x_randr.c 2013-02-01 11:47:24 UTC > (rev 83553) > +++ trunk/efl/src/lib/ecore_x/xlib/ecore_x_randr.c 2013-02-01 11:50:59 UTC > (rev 83554) > @@ -2527,8 +2527,6 @@ > > if (_randr_version < RANDR_VERSION_1_2) return NULL; > > - if (!length) return NULL; > >
Maybe the docs should be updated too to mention that it'll return 128bytes anyway. -- Leif > - > /* try to get the edid atom */ > if (!(edid = XInternAtom(_ecore_x_disp, RR_PROPERTY_RANDR_EDID, True))) > return NULL; > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_jan > _______________________________________________ > enlightenment-svn mailing list > [email protected] > (mailto:[email protected]) > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
