mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Initial commit
This commit is contained in:
commit
52e6ed54cb
19 changed files with 701 additions and 0 deletions
9
include/backend/wayland.h
Normal file
9
include/backend/wayland.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue