X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_points.h;h=0b6550e8018170cb3e145e86b52a5fae4ea36f5b;hb=1eb957bb4108123bea95b818e0544e3b5f255e08;hp=9e39c601efb25e6f9c1707b9c703a5f7023a1e1b;hpb=a3ee0aa1bb7c3f9dfc5b13b4e72522c10a22ad05;p=mesa.git diff --git a/src/mesa/swrast/s_points.h b/src/mesa/swrast/s_points.h index 9e39c601efb..0b6550e8018 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