[PATCH 4/9] handle detailed timing operation in xf86EdidModes.c

Ma Ling ling.ma at intel.com
Wed Feb 11 22:59:31 PST 2009


On Thu, 2009-02-12 at 03:30 +0800, Adam Jackson wrote:
> On Wed, 2009-02-11 at 17:15 +0800, Ma Ling wrote:
> 
> > +struct det_modes_parameter {
> > +    xf86MonPtr DDC;
> > +    ddc_quirk_t quirks;
> > +    DisplayModePtr * Modes;
> > +    Bool rb;
> > +    Bool preferred;
> > +    int timing_level;
> > +};
> 
> Why the double pointer on Modes?  (Admittedly, X's love of pointer
> typedefs is lame.)
Ok, I will use single pointer to replace it!
> 
> - ajax




More information about the xorg mailing list