mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: handle output layer damage
This commit is contained in:
parent
7811f22250
commit
aa1055134d
3 changed files with 39 additions and 18 deletions
|
|
@ -36,6 +36,6 @@ bool create_mode_blob(struct wlr_drm_backend *drm,
|
|||
bool create_gamma_lut_blob(struct wlr_drm_backend *drm,
|
||||
size_t size, const uint16_t *lut, uint32_t *blob_id);
|
||||
bool create_fb_damage_clips_blob(struct wlr_drm_backend *drm,
|
||||
struct wlr_drm_fb *fb, const pixman_region32_t *damage, uint32_t *blob_id);
|
||||
int width, int height, const pixman_region32_t *damage, uint32_t *blob_id);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue