autocommit 2022-03-23 18:38:46 CET
This commit is contained in:
parent
786fb44d92
commit
b3a27f889a
15 changed files with 0 additions and 0 deletions
25
src/ifs.rs
Normal file
25
src/ifs.rs
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
pub mod ipc;
|
||||
pub mod org_kde_kwin_server_decoration;
|
||||
pub mod org_kde_kwin_server_decoration_manager;
|
||||
pub mod wl_buffer;
|
||||
pub mod wl_callback;
|
||||
pub mod wl_compositor;
|
||||
pub mod wl_display;
|
||||
pub mod wl_drm;
|
||||
pub mod wl_output;
|
||||
pub mod wl_region;
|
||||
pub mod wl_registry;
|
||||
pub mod wl_seat;
|
||||
pub mod wl_shm;
|
||||
pub mod wl_shm_pool;
|
||||
pub mod wl_subcompositor;
|
||||
pub mod wl_surface;
|
||||
pub mod xdg_positioner;
|
||||
pub mod xdg_wm_base;
|
||||
pub mod zwlr_layer_shell_v1;
|
||||
pub mod zwp_linux_buffer_params_v1;
|
||||
pub mod zwp_linux_dmabuf_v1;
|
||||
pub mod zxdg_decoration_manager_v1;
|
||||
pub mod zxdg_output_manager_v1;
|
||||
pub mod zxdg_output_v1;
|
||||
pub mod zxdg_toplevel_decoration_v1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue