X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_lines.h;h=a4c98a8558bd21fd5ef74b21ff4003f4d97dcd2b;hb=b3ba0a7afa6311e12852fb1373452e480f89ea96;hp=22979a02b6013a4b41787cb583d1bd233909dbf0;hpb=76d8951fd3adbb91b2f71d461eec0f304619ca0b;p=mesa.git diff --git a/src/mesa/swrast/s_lines.h b/src/mesa/swrast/s_lines.h index 22979a02b60..a4c98a8558b 100644 --- a/src/mesa/swrast/s_lines.h +++ b/src/mesa/swrast/s_lines.h @@ -30,10 +30,10 @@ #include "swrast.h" void -_swrast_choose_line( GLcontext *ctx ); +_swrast_choose_line( struct gl_context *ctx ); void -_swrast_add_spec_terms_line( GLcontext *ctx, +_swrast_add_spec_terms_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );