aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/render/pixman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/render/pixman.h b/include/render/pixman.h
index dd2d768b..8967f66f 100644
--- a/include/render/pixman.h
+++ b/include/render/pixman.h
@@ -46,6 +46,7 @@ struct wlr_pixman_texture {
};
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);
#endif