From 5d6d76c61fa6403260eacb10f0b99ff2ab919b3a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 16 Feb 2021 19:01:33 +0100 Subject: render/shm_format: add wl_shm_format conversion helpers --- include/render/shm_format.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/render/shm_format.h (limited to 'include/render/shm_format.h') diff --git a/include/render/shm_format.h b/include/render/shm_format.h new file mode 100644 index 00000000..bf6c8679 --- /dev/null +++ b/include/render/shm_format.h @@ -0,0 +1,9 @@ +#ifndef RENDER_SHM_FORMAT_H +#define RENDER_SHM_FORMAT_H + +#include + +uint32_t convert_wl_shm_format_to_drm(enum wl_shm_format fmt); +enum wl_shm_format convert_drm_format_to_wl_shm(uint32_t fmt); + +#endif -- cgit v1.2.3