mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
include/backend/session/dev_demi.h: prepare declarations
This commit is contained in:
parent
272e8488af
commit
5161682b1b
1 changed files with 11 additions and 0 deletions
11
include/backend/session/dev_demi.h
Normal file
11
include/backend/session/dev_demi.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue