OSDN Git Service

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 7c0a640..0430c60 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 */