From 5102075330933605ca6ac58d6fe9e4d537808646 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jan 2004 22:44:35 +0000 Subject: [PATCH] change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI --- src/glx/mini/dri_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/mini/dri_util.h b/src/glx/mini/dri_util.h index 7c0a640e555..0430c60623e 100644 --- a/src/glx/mini/dri_util.h +++ b/src/glx/mini/dri_util.h @@ -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 */ -- 2.30.2