Initial commit

This commit is contained in:
Drew DeVault 2017-04-25 11:32:52 -04:00
commit 52e6ed54cb
19 changed files with 701 additions and 0 deletions

View 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