wlroots/include/backend/multi.h

14 lines
254 B
C
Raw Normal View History

2017-06-13 02:22:40 +00:00
#ifndef _WLR_MULTI_BACKEND_INTERNAL
#define _WLR_MULTI_BACKEND_INTERNAL
#include <wlr/backend/interface.h>
#include <wlr/backend/multi.h>
2017-06-21 16:10:07 +00:00
#include <wlr/util/list.h>
2017-06-13 02:22:40 +00:00
struct wlr_backend_state {
struct wlr_backend *backend;
list_t *backends;
};
#endif