wlroots/include/backend/wayland.h

10 lines
192 B
C
Raw Normal View History

2017-04-25 15:32:52 +00:00
#ifndef _WLR_BACKEND_WAYLAND_INTERNAL_H
#define _WLR_BACKEND_WAYLAND_INTERNAL_H
struct wlr_wayland_backend {
struct wl_display *local_display;
struct wl_display *remote_display;
};
#endif