Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/xfree/xc/programs/Xserver/cfb



Module Name:    xsrc
Committed By:   takemura
Date:           Sat Jan  3 01:55:23 UTC 2004

Modified Files:
        xsrc/xfree/xc/programs/Xserver/cfb: cfbmskbits.h

Log Message:
Added cast to suppress warning messages about type conversion between
"unsigned long *" and "unsigned int *".

< #define CfbFetchUnaligned(x)  ldl_u(x)
> #define CfbFetchUnaligned(x)  ldl_u((unsigned int *)x)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 xsrc/xfree/xc/programs/Xserver/cfb/cfbmskbits.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index