autocommit 2022-01-02 15:13:33 CET
This commit is contained in:
commit
d6172b273f
50 changed files with 5807 additions and 0 deletions
10
src/ifs/mod.rs
Normal file
10
src/ifs/mod.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pub mod wl_callback;
|
||||
pub mod wl_compositor;
|
||||
pub mod wl_display;
|
||||
pub mod wl_region;
|
||||
pub mod wl_registry;
|
||||
pub mod wl_shm;
|
||||
pub mod wl_shm_pool;
|
||||
pub mod wl_subcompositor;
|
||||
pub mod wl_surface;
|
||||
pub mod xdg_wm_base;
|
||||
Loading…
Add table
Add a link
Reference in a new issue