mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-22 06:47:12 -04:00
include/backend/session/dev.h: prepare prototypes
This commit is contained in:
parent
81d935e035
commit
121b9ca8af
1 changed files with 13 additions and 0 deletions
13
include/backend/session/dev.h
Normal file
13
include/backend/session/dev.h
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <wlr/backend/session.h>
|
||||||
|
#include <wayland-server-core.h>
|
||||||
|
|
||||||
|
#ifndef BACKEND_SESSION_DEV_H
|
||||||
|
#define BACKEND_SESSION_DEV_H
|
||||||
|
|
||||||
|
int dev_init(struct wlr_session *session, struct wl_display *display);
|
||||||
|
void dev_finish(struct wlr_session *session);
|
||||||
|
|
||||||
|
ssize_t dev_find_gpus(struct wlr_session *session, size_t ret_len,
|
||||||
|
struct wlr_device **ret);
|
||||||
|
#endif
|
||||||
Loading…
Add table
Add a link
Reference in a new issue