Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / drivers / dri / savage / savagetris.h
index b2b3d951c68fd907f9e0499a715e39c1f77d6113..5dcae78f7609a6291c1265e4a7cb10eaa80f37da 100644 (file)
@@ -36,12 +36,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef __R128_TRIS_H__
 #define __R128_TRIS_H__
 
-#include "mtypes.h"
+#include "main/mtypes.h"
 
-extern void savageInitTriFuncs( GLcontext *ctx );
+extern void savageInitTriFuncs( struct gl_context *ctx );
 
 
-extern void savageFallback( GLcontext *ctx, GLuint bit, GLboolean mode );
+extern void savageFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
 #define FALLBACK( ctx, bit, mode ) savageFallback( ctx, bit, mode )