mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
9 lines
192 B
C
9 lines
192 B
C
#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
|