mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
9 lines
124 B
C
9 lines
124 B
C
|
|
#ifndef BACKEND_H
|
||
|
|
#define BACKEND_H
|
||
|
|
|
||
|
|
#include <wlr/backend.h>
|
||
|
|
|
||
|
|
int backend_get_drm_fd(struct wlr_backend *backend);
|
||
|
|
|
||
|
|
#endif
|