wlvncc/include/pixels.h

8 lines
162 B
C
Raw Normal View History

2022-03-30 21:48:21 +00:00
#pragma once
#include <wayland-client.h>
#include <pixman.h>
#include <stdbool.h>
bool wl_shm_to_pixman_fmt(pixman_format_code_t* dst, enum wl_shm_format src);