summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_state.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-12-03 11:20:40 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-12-03 11:20:40 -0500
commit2b5618fc5bdcbee3434f8b5aa3a31eb06fb479c0 (patch)
tree4e31580dbaf6ac28b86c5b252ccaa77843dc7837 /src/mesa/drivers/dri/r200/r200_state.h
parentc3b7f93e0284bf3337f32f3ec77fde4dbcc9c283 (diff)
r200: fix polygon stipple
fixes fdo bug 25354 Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_state.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_state.h b/src/mesa/drivers/dri/r200/r200_state.h
index 9c62f0a644..7b9b0c106a 100644
--- a/src/mesa/drivers/dri/r200/r200_state.h
+++ b/src/mesa/drivers/dri/r200/r200_state.h
@@ -38,7 +38,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r200_context.h"
extern void r200InitState( r200ContextPtr rmesa );
-extern void r200InitStateFuncs( struct dd_function_table *functions, GLboolean dri2 );
+extern void r200InitStateFuncs( struct dd_function_table *functions );
extern void r200InitTnlFuncs( GLcontext *ctx );
extern void r200UpdateMaterial( GLcontext *ctx );