wl-overlay/wayland.h

10 lines
152 B
C

#ifndef WAYLAND_H
#define WAYLAND_H
#include <wayland-client.h>
#include "state.h"
void wlo_wl_main(struct client_state *state);
#endif // WAYLAND_H