wlroots-hyprland/include/backend/multi.h

14 lines
254 B
C
Raw Normal View History

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