Make WayVR IPC independent of the built-in Wayland server
- Rename state -> wayland_state - Move WayVR IPC server outside "wayvr" (wayland server) feature - WayVR IPC server is now available without "wayvr" (wayland server) feature - Remove run_compositor_at_start (run wayland server instantly)
This commit is contained in:
4
wlx-overlay-s/src/ipc/mod.rs
Normal file
4
wlx-overlay-s/src/ipc/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
pub mod event_queue;
|
||||
pub mod events;
|
||||
pub mod ipc_server;
|
||||
pub mod signal;
|
||||
Reference in New Issue
Block a user