summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 3962c0fa6d..48356bd0e6 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -43,7 +43,7 @@ struct pipe_state_cache;
struct pipe_context {
struct pipe_winsys *winsys;
- void *private; /** context private data (for DRI for example) */
+ void *priv; /** context private data (for DRI for example) */
void (*destroy)( struct pipe_context * );