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 (* PFNGLXGETUSTPROC) ( uint64_t * ust );

David
-- 
David Dawes
developer/release engineer                      The XFree86 Project
www.XFree86.org/~dawes
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to