diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:25:46 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:25:46 -0500 |
commit | a937016e38efe3d7ad71540755833242059e6902 (patch) | |
tree | 3ac662b470154f1b496e22f456fc5772b6457411 /include/wlr | |
parent | 4e804ef40f46136d4fe84603a8236adc172260f8 (diff) |
remove session from multibackend
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/backend/multi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index e56b07b1..fc53f369 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -4,8 +4,8 @@ #include <wlr/backend.h> #include <wlr/backend/session.h> -struct wlr_backend *wlr_multi_backend_create(struct wl_display *display, - struct wlr_session *session); +struct wlr_backend *wlr_multi_backend_create(struct wl_display *display); + void wlr_multi_backend_add(struct wlr_backend *multi, struct wlr_backend *backend); |