summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-11-24 17:57:00 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-11-24 17:57:00 +0100
commit0f35c5c9538d8e1eb25023bc5ef21063a766042b (patch)
tree2b9b89ca244c88b9e24c8937bf5b8f496f154706
parentabac9f9996306fbb5117ec2b35fb8dce819be946 (diff)
Remove drm_mode_clip, its not needed.modesetting-dirty
-rw-r--r--shared-core/drm_mode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h
index 07f78839..762c84d7 100644
--- a/shared-core/drm_mode.h
+++ b/shared-core/drm_mode.h
@@ -236,13 +236,6 @@ struct drm_mode_fb_dirty_cmd {
uint64_t clips_ptr;
};
-struct drm_mode_fb_clip {
- uint16_t x;
- uint16_t y;
- uint16_t width;
- uint16_t height;
-};
-
struct drm_mode_mode_cmd {
uint32_t connector_id;
struct drm_mode_modeinfo mode;