diff options
author | Brian Paul <[email protected]> | 2004-01-27 22:44:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-27 22:44:35 +0000 |
commit | 5102075330933605ca6ac58d6fe9e4d537808646 (patch) | |
tree | 8788f1af7d38fe003b9381b38958d32c1415569e /src | |
parent | 74cf25b0816f7b8e00ed9cbe2e028e943a92170f (diff) |
change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/mini/dri_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |