summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r--src/mesa/state_tracker/st_public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h
index 8241dbd52d..3191549a2f 100644
--- a/src/mesa/state_tracker/st_public.h
+++ b/src/mesa/state_tracker/st_public.h
@@ -31,10 +31,10 @@
#include "mtypes.h"
struct st_context;
-struct softpipe_context;
+struct pipe_context;
struct st_context *st_create_context( GLcontext *ctx,
- struct softpipe_context *softpipe);
+ struct pipe_context *pipe);
void st_destroy_context( struct st_context *st );