mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/shm_format: add wl_shm_format conversion helpers
This commit is contained in:
parent
bfd020047d
commit
5d6d76c61f
3 changed files with 34 additions and 0 deletions
9
include/render/shm_format.h
Normal file
9
include/render/shm_format.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef RENDER_SHM_FORMAT_H
|
||||
#define RENDER_SHM_FORMAT_H
|
||||
|
||||
#include <wayland-server-protocol.h>
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue