2017-05-02 06:13:17 +00:00
|
|
|
#ifndef WLR_BACKEND_DRM_H
|
|
|
|
#define WLR_BACKEND_DRM_H
|
|
|
|
|
|
|
|
#include <wayland-server.h>
|
2017-05-03 04:23:07 +00:00
|
|
|
#include <wlr/session.h>
|
2017-05-07 14:00:23 +00:00
|
|
|
#include <wlr/backend.h>
|
2017-05-03 10:40:19 +00:00
|
|
|
|
2017-05-07 14:00:23 +00:00
|
|
|
struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
|
|
|
|
struct wlr_session *session);
|
2017-05-02 06:13:17 +00:00
|
|
|
|
|
|
|
#endif
|