Remove drm_mode_clip, its not needed.

This commit is contained in:
Jakob Bornecrantz 2009-11-24 17:57:00 +01:00
parent abac9f9996
commit 0f35c5c953

View file

@ -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;