wlroots-hyprland/include/wlr/backend/wayland.h
nyorain 904739c405 Start to fix wayland backend
Starts to update the wayland backend to the new backend api.
Not yet updated to libinput branch (not yet compiling).
2017-06-19 17:46:50 +02:00

11 lines
240 B
C

#ifndef WLR_BACKEND_WAYLAND_H
#define WLR_BACKEND_WAYLAND_H
#include <wayland-client.h>
#include <wayland-server.h>
#include <wlr/backend.h>
struct wlr_backend *wlr_wl_backend_create(struct wl_display *display,
size_t outputs);
#endif