diff options
Diffstat (limited to 'include/render')
-rw-r--r-- | include/render/pixman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/render/pixman.h b/include/render/pixman.h index 24847d1a..417964f2 100644 --- a/include/render/pixman.h +++ b/include/render/pixman.h @@ -52,4 +52,7 @@ pixman_format_code_t get_pixman_format_from_drm(uint32_t fmt); uint32_t get_drm_format_from_pixman(pixman_format_code_t fmt); const uint32_t *get_pixman_drm_formats(size_t *len); +bool begin_pixman_data_ptr_access(struct wlr_buffer *buffer, pixman_image_t **image_ptr, + uint32_t flags); + #endif |