1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-03-02 08:52:08 +01:00
wlroots-hyprland/include/wlr/backend/drm.h
2017-08-06 13:25:26 +12:00

12 lines
316 B
C

#ifndef WLR_BACKEND_DRM_H
#define WLR_BACKEND_DRM_H
#include <wayland-server.h>
#include <wlr/backend/session.h>
#include <wlr/backend.h>
#include <wlr/backend/udev.h>
struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
struct wlr_session *session, struct wlr_udev *udev, int gpu_fd);
#endif