wayland: Add screencopy protocol handler

This commit is contained in:
Victoria Brekenfeld 2022-10-28 18:34:08 +02:00
parent ff32f48f39
commit dd100d65e4
4 changed files with 655 additions and 37 deletions

View file

@ -3,6 +3,7 @@
pub mod drm;
//pub mod export_dmabuf;
pub mod output_configuration;
pub mod screencopy;
pub mod toplevel_info;
pub mod toplevel_management;
pub mod workspace;