libdrm: Reuse old clip rect for kms dirty

This commit is contained in:
Jakob Bornecrantz 2009-10-27 17:37:41 +01:00
parent ffc942de45
commit abac9f9996

View file

@ -196,10 +196,7 @@ typedef struct _drmModeFB {
uint32_t handle;
} drmModeFB, *drmModeFBPtr;
typedef struct _drmModeClip {
uint16_t x, y;
uint16_t width, height;
} drmModeClip, *drmModeClipPtr;
typedef struct drm_clip_rect drmModeClip, *drmModeClipPtr;
typedef struct _drmModePropertyBlob {
uint32_t id;