mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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
|