mesa: add support for memory object creation/import/delete
[mesa.git] / src / mesa / main / lines.h
index fa15e50ac92dfb9fc0aecf1ae356f07563e256e6..78a405cbac427e5e3244cfa59d826b4637e301b8 100644 (file)
 
 struct gl_context;
 
+void GLAPIENTRY
+_mesa_LineWidth_no_error(GLfloat width);
+
 extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );
 
 extern void GLAPIENTRY
 _mesa_LineStipple( GLint factor, GLushort pattern );
 
-extern void GLAPIENTRY 
+extern void
 _mesa_init_line( struct gl_context * ctx );
 
 #endif