Remove ctx->Point._Size and ctx->Line._Width.
[mesa.git] / src / mesa / tnl_dd / t_dd_vb.c
index ab3bb37631b42a5cfae8a82a8b91d89492657b56..3cedd9011904f99d6a21d2d4545c21034bc91b61 100644 (file)
@@ -184,7 +184,7 @@ void TAG(translate_vertex)(GLcontext *ctx,
       }
    }
 
-   dst->pointSize = ctx->Point._Size;
+   dst->pointSize = ctx->Point.Size;
 }