You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
192 B
10 lines
192 B
8 years ago
|
#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
|