summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-15 18:27:14 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-15 18:27:14 -0700
commit62ef6376bef7dcc7f23c676519683e99cd9f7717 (patch)
treeb4f2ebf12a857edaf9f87212857b0af8b8406ecb /src/mesa/pipe/p_context.h
parent5a185ca09ae9d0774c99a187463d975a40ce9770 (diff)
Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 25b5dc35e4..7a18d48865 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -29,7 +29,7 @@
#define PIPE_CONTEXT_H
#include "p_state.h"
-#include <stdint.h>
+
struct pipe_state_cache;
@@ -97,7 +97,7 @@ struct pipe_context {
boolean (*get_query_result)(struct pipe_context *pipe,
struct pipe_query *q,
boolean wait,
- uint64_t *result);
+ uint64 *result);
/*
* State functions