aboutsummaryrefslogtreecommitdiff
path: root/state.h
blob: 25af7faa0f4e55338d43826bdfff074626da2023 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef STATE_H_
#define STATE_H_
#include <wayland-client.h>

typedef struct {
	struct wl_display* display;
	struct wl_surface* surface;
} client_state;

#endif // STATE_H_