projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74cf25b
)
change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jan 2004 22:44:35 +0000
(22:44 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jan 2004 22:44:35 +0000
(22:44 +0000)
src/glx/mini/dri_util.h
patch
|
blob
|
history
diff --git
a/src/glx/mini/dri_util.h
b/src/glx/mini/dri_util.h
index 7c0a640e555a224a8f21803676cc4936397445a3..0430c60623e96ef76fd636996749e3830ea2c937 100644
(file)
--- 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) (
u
int64_t * ust );
+typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust );
typedef struct __DRIdisplayPrivateRec __DRIdisplayPrivate; /**< \brief Alias for __DRIdisplayPrivateRec */
typedef struct __DRIscreenPrivateRec __DRIscreenPrivate; /**< \brief Alias for __DRIscreenPrivateRec */