mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
libdrm: Reuse old clip rect for kms dirty
This commit is contained in:
parent
ffc942de45
commit
abac9f9996
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue