include/backend/session/dev_demi.h: prepare declarations

This commit is contained in:
illiliti 2022-03-13 23:33:53 +03:00
parent 272e8488af
commit 5161682b1b

View 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