mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
9 lines
229 B
C
9 lines
229 B
C
#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
|