aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
blob: 82f85016236d63677f2f9ffb9ec0b7df3a3e6974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef BACKEND_MULTI_H
#define BACKEND_MULTI_H

#include <wlr/backend/interface.h>
#include <wlr/backend/multi.h>
#include <wlr/backend/session.h>
#include <wayland-util.h>

struct wlr_multi_backend {
	struct wlr_backend backend;

	struct wlr_session *session;
	struct wl_list backends;
};

#endif