summaryrefslogtreecommitdiff
path: root/wayland.h
blob: 577955e443b364b92578cabacc37de2d49913047 (plain)
1
2
3
4
5
6
7
8
9
#ifndef WAYLAND_H
#define WAYLAND_H

#include <wayland-client.h>
#include "ext-session-lock-protocol.h"

int allocate_shm_file(size_t size);

#endif