wlroots/include/backend/session/dev_demi.h

12 lines
170 B
C
Raw Normal View History

#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