summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_points.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_points.h')
-rw-r--r--src/mesa/swrast/s_points.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_points.h b/src/mesa/swrast/s_points.h
index 9e39c601ef..0b6550e801 100644
--- a/src/mesa/swrast/s_points.h
+++ b/src/mesa/swrast/s_points.h
@@ -30,10 +30,10 @@
#include "swrast.h"
extern void
-_swrast_choose_point( GLcontext *ctx );
+_swrast_choose_point( struct gl_context *ctx );
extern void
-_swrast_add_spec_terms_point( GLcontext *ctx,
+_swrast_add_spec_terms_point( struct gl_context *ctx,
const SWvertex *v0 );
#endif