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


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to