Re: PFNGLXGETUSTPROC argument signed or unsigned?

2004-01-23 Thread David Dawes
On Thu, Jan 22, 2004 at 10:50:29PM -0800, Ian Romanick wrote: David Dawes wrote: What is the correct typedef for PFNGLXGETUSTPROC? glxclient.h has: typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust ); and it is used as a signed quantity in glxcmds.c. But most drivers use uint64_t, and

Re: PFNGLXGETUSTPROC argument signed or unsigned?

2004-01-22 Thread Ian Romanick
David Dawes wrote: What is the correct typedef for PFNGLXGETUSTPROC? glxclient.h has: typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust ); and it is used as a signed quantity in glxcmds.c. But most drivers use uint64_t, and src/glx/mini/dri_util.h in the Mesa trunk uses unsigned: typedef int