Drop old (pre-AIGLX) GLcore interface.
[mesa.git] / src / mesa / swrast / s_aaline.c
index b8c214f6890ead8e3b600eea33fd9fd85c3c7f0e..b3a209923fd2ed83d48b0199ba65c92b3dfc8596 100644 (file)
@@ -76,7 +76,7 @@ struct LineInfo
    GLfloat texWidth[MAX_TEXTURE_COORD_UNITS];
    GLfloat texHeight[MAX_TEXTURE_COORD_UNITS];
 
-   struct sw_span span;
+   SWspan span;
 };