aboutsummaryrefslogtreecommitdiff
path: root/wayland.h
blob: e23f91fe8a3651e51dac289363d68e178eb16d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef WAYLAND_H_
#define WAYLAND_H_

#include "state.h"

void setup_registry(client_state* state);
void setup_surface(client_state* state);
void setup_seat(client_state* state);
void setup_pointer(client_state* state);
void setup_keyboard(client_state* state);

#endif