aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/multi.h
blob: a07ca770b70b3d02f5269bde8c9f95d0caf1c46d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _WLR_BACKEND_MULTI_H
#define _WLR_BACKEND_MULTI_H

#include <wlr/backend.h>

struct wlr_backend *wlr_multi_backend_create();
void wlr_multi_backend_add(struct wlr_backend *multi,
		struct wlr_backend *backend);

#endif