├── LICENSE ├── README.md └── src ├── compile ├── main.cpp ├── wayland-proxy.cpp └── wayland-proxy.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/README.md -------------------------------------------------------------------------------- /src/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/src/compile -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/wayland-proxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/src/wayland-proxy.cpp -------------------------------------------------------------------------------- /src/wayland-proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stransky/wayland-proxy/HEAD/src/wayland-proxy.h --------------------------------------------------------------------------------