Merge branch 'master' into pipe-video
[mesa.git] / src / mesa / swrast / s_points.h
index 9e39c601efb25e6f9c1707b9c703a5f7023a1e1b..0b6550e8018170cb3e145e86b52a5fae4ea36f5b 100644 (file)
 #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