wayland: toplevel management protocol

This commit is contained in:
Victoria Brekenfeld 2022-07-18 21:26:02 +02:00
parent 4f142d50b3
commit 6b659eb107
9 changed files with 340 additions and 54 deletions

View file

@ -3,4 +3,5 @@
pub mod drm;
pub mod output_configuration;
pub mod toplevel_info;
pub mod toplevel_management;
pub mod workspace;