diff options
author | Alex Deucher <[email protected]> | 2009-05-29 13:53:57 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-05-29 13:53:57 -0400 |
commit | 616692cac5e094c01b6d85741592b4ed59bafeef (patch) | |
tree | 910283f5aee6bf306ae4c7c3a6580097fb9b13da /src/mesa/drivers/dri/r600/r600_emit.c | |
parent | 70a0301c5bd683646b08d32ad2fca4160295cd18 (diff) |
more cleanup
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_emit.c')
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_emit.c b/src/mesa/drivers/dri/r600/r600_emit.c index 711dfefd736..7f25cb18682 100644 --- a/src/mesa/drivers/dri/r600/r600_emit.c +++ b/src/mesa/drivers/dri/r600/r600_emit.c @@ -47,7 +47,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r600_context.h" #include "r600_emit.h" -void r600EmitCacheFlush(r600ContextPtr rmesa) +void r600EmitCacheFlush(context_t *rmesa) { BATCH_LOCALS(&rmesa->radeon); /* |