blob: 2f6a6ba97da4f1678b028b74d220a05f840ed992 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef WAYLAND_H
#define WAYLAND_H
#include <wayland-client.h>
#include "xdg-shell-protocol.h"
#include "wlr-layer-shell-protocol.h"
int allocate_shm_file(size_t size);
#endif
|