aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index db85c169..3910e406 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -2,7 +2,7 @@
#define _WLR_BACKEND_H
#include <wayland-server.h>
-#include <wlr/session.h>
+#include <wlr/backend/session.h>
struct wlr_backend_impl;
struct wlr_backend_state;
@@ -19,8 +19,7 @@ struct wlr_backend {
} events;
};
-struct wlr_backend *wlr_backend_autocreate(struct wl_display *display,
- struct wlr_session *session);
+struct wlr_backend *wlr_backend_autocreate(struct wl_display *display);
bool wlr_backend_init(struct wlr_backend *backend);
void wlr_backend_destroy(struct wlr_backend *backend);