aboutsummaryrefslogtreecommitdiff
path: root/wayland.h
blob: b6c93a330dca84cfe6bb6e208be4a2e98e512b28 (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_and_globals(client_state* state);
void create_surface(client_state* state);
void setup_seat(client_state* state);
void setup_pointer(client_state* state);
void setup_keyboard(client_state* state);

#endif