wayland: add a generic wayland client
This commit is contained in:
parent
163adbd893
commit
2512470231
34 changed files with 2627 additions and 1 deletions
28
src/wl_usr/usr_ifs.rs
Normal file
28
src/wl_usr/usr_ifs.rs
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
pub mod usr_jay_compositor;
|
||||
pub mod usr_jay_output;
|
||||
pub mod usr_jay_pointer;
|
||||
pub mod usr_jay_render_ctx;
|
||||
pub mod usr_jay_screencast;
|
||||
pub mod usr_jay_workspace;
|
||||
pub mod usr_jay_workspace_watcher;
|
||||
pub mod usr_linux_buffer_params;
|
||||
pub mod usr_linux_dmabuf;
|
||||
pub mod usr_wl_buffer;
|
||||
pub mod usr_wl_callback;
|
||||
pub mod usr_wl_compositor;
|
||||
pub mod usr_wl_display;
|
||||
pub mod usr_wl_output;
|
||||
pub mod usr_wl_pointer;
|
||||
pub mod usr_wl_registry;
|
||||
pub mod usr_wl_seat;
|
||||
pub mod usr_wl_shm;
|
||||
pub mod usr_wl_shm_pool;
|
||||
pub mod usr_wl_surface;
|
||||
pub mod usr_wlr_layer_shell;
|
||||
pub mod usr_wlr_layer_surface;
|
||||
pub mod usr_wp_fractional_scale;
|
||||
pub mod usr_wp_fractional_scale_manager;
|
||||
pub mod usr_wp_viewport;
|
||||
pub mod usr_wp_viewporter;
|
||||
pub mod usr_zwlr_screencopy_frame;
|
||||
pub mod usr_zwlr_screencopy_manager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue