On Tue, 23 Nov 2010 14:45:40 -0500, Adam Jackson <[email protected]> wrote:

>      int                      myNum;  /* index of this instance in Screens[] 
> */
> -    ATOM             id;
>      short            x, y, width, height;
>      short            mmWidth, mmHeight;
> -    short            numDepths;
> +    unsigned char    numDepths;
>      unsigned char            rootDepth;
> -    DepthPtr         allowedDepths;
> -    unsigned long            rootVisual;
> -    unsigned long    defColormap;
>      short            minInstalledCmaps, maxInstalledCmaps;
>      char                backingStoreSupport, saveUnderSupport;
> -    unsigned long    whitePixel, blackPixel;
> +    DepthPtr         allowedDepths;
> +    unsigned int             rootVisual;
> +    unsigned int     defColormap;
> +    unsigned int     whitePixel, blackPixel;

Seems like these all have well defined existing types. Why aren't they
being used?

-- 
[email protected]

Attachment: pgpD7QenlEXM7.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to