mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-22 06:47:12 -04:00
12 lines
170 B
C
12 lines
170 B
C
|
|
#include <wayland-server-core.h>
|
||
|
|
|
||
|
|
#ifndef BACKEND_SESSION_DEV_DEMI_H
|
||
|
|
#define BACKEND_SESSION_DEV_DEMI_H
|
||
|
|
|
||
|
|
struct dev {
|
||
|
|
int fd;
|
||
|
|
struct wl_event_source *event;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|