aboutsummaryrefslogtreecommitdiff
path: root/wayland.h
blob: 635cfcbcbcbe897b9d0f215b6730eca8b4303613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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_data_device(client_state* state);
void setup_pointer(client_state* state);
void setup_keyboard(client_state* state);

#endif