summaryrefslogtreecommitdiff
path: root/r600_clear.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-02-24 16:02:53 +0100
committerJerome Glisse <jglisse@redhat.com>2010-02-24 16:02:53 +0100
commit6b56eef08403f3a9cdf954ec28be729041247a70 (patch)
tree38a688ba67aa16ff97fe9aab89e9f292911de050 /r600_clear.h
parent0fc621eddb0b8837255a55f20786090693ef14d0 (diff)
drop drm_ prefixHEADmaster
Diffstat (limited to 'r600_clear.h')
-rw-r--r--r600_clear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/r600_clear.h b/r600_clear.h
index 227551d..bc1fdff 100644
--- a/r600_clear.h
+++ b/r600_clear.h
@@ -29,7 +29,7 @@
#include "r600_winsys.h"
struct r600_clear_data {
- struct drm_r600_batch batch;
+ struct r600_batch batch;
};
int r600_clear_queue(struct r600_winsys *rw, struct r600_atom *fb,