change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jan 2004 22:44:35 +0000 (22:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jan 2004 22:44:35 +0000 (22:44 +0000)
src/glx/mini/dri_util.h

index 7c0a640e555a224a8f21803676cc4936397445a3..0430c60623e96ef76fd636996749e3830ea2c937 100644 (file)
@@ -55,7 +55,7 @@
 #define _SOLO
 
 typedef unsigned long CARD32;
-typedef int (* PFNGLXGETUSTPROC) ( uint64_t * ust );
+typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust );
 
 typedef struct __DRIdisplayPrivateRec  __DRIdisplayPrivate;  /**< \brief Alias for __DRIdisplayPrivateRec */
 typedef struct __DRIscreenPrivateRec   __DRIscreenPrivate;   /**< \brief Alias for __DRIscreenPrivateRec */