summaryrefslogtreecommitdiff
path: root/linux/radeon_drm.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2001-01-26 07:52:36 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2001-01-26 07:52:36 +0000
commita68dddf19caf0106479b71aab5a8de552a5ed596 (patch)
tree07a61896e27c04c5589995111141356c32b48c80 /linux/radeon_drm.h
parent4ebcb86ace31f127281644ed9aaadb0a3303d29d (diff)
Client-side updates for drmRadeonClear(...), fixes color/depth buffer
clears.
Diffstat (limited to 'linux/radeon_drm.h')
-rw-r--r--linux/radeon_drm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/radeon_drm.h b/linux/radeon_drm.h
index 15d91693..9645f394 100644
--- a/linux/radeon_drm.h
+++ b/linux/radeon_drm.h
@@ -278,7 +278,6 @@ typedef struct drm_radeon_fullscreen {
typedef struct drm_radeon_clear {
unsigned int flags;
- int x, y, w, h;
unsigned int clear_color;
unsigned int clear_depth;
unsigned int color_mask;