summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_state.h
diff options
context:
space:
mode:
authorAlan Swanson <swanson@ukfsn.org>2007-03-12 10:03:01 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2007-03-12 10:03:01 +0100
commitd0a3400f66b8c4ace7ebef6d0a944376d5203756 (patch)
tree13407b46e51d707382fb43d12b1d15c9e6538f41 /src/mesa/drivers/dri/r200/r200_state.h
parent33ea9dccaf31c2dfb0961847eedfe75336d9c80f (diff)
r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.
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 98c6fbe40b..f34090b619 100644
--- a/src/mesa/drivers/dri/r200/r200_state.h
+++ b/src/mesa/drivers/dri/r200/r200_state.h
@@ -44,7 +44,7 @@ extern void r200InitTnlFuncs( GLcontext *ctx );
extern void r200UpdateMaterial( GLcontext *ctx );
-extern void r200SetCliprects( r200ContextPtr rmesa, GLenum mode );
+extern void r200SetCliprects( r200ContextPtr rmesa );
extern void r200RecalcScissorRects( r200ContextPtr rmesa );
extern void r200UpdateViewportOffset( GLcontext *ctx );
extern void r200UpdateWindow( GLcontext *ctx );