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