|
|
@ -6,7 +6,7 @@
|
|
|
|
#include <wlr/session.h>
|
|
|
|
#include <wlr/session.h>
|
|
|
|
#include <wlr/backend/interface.h>
|
|
|
|
#include <wlr/backend/interface.h>
|
|
|
|
#include "common/log.h"
|
|
|
|
#include "common/log.h"
|
|
|
|
#include "backend/drm/backend.h"
|
|
|
|
#include "backend/drm.h"
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_backend *wlr_backend_create(const struct wlr_backend_impl *impl,
|
|
|
|
struct wlr_backend *wlr_backend_create(const struct wlr_backend_impl *impl,
|
|
|
|
struct wlr_backend_state *state) {
|
|
|
|
struct wlr_backend_state *state) {
|
|
|
|