overlap-notify: Initial implementation

This commit is contained in:
Victoria Brekenfeld 2024-09-19 18:11:54 +02:00 committed by Victoria Brekenfeld
parent 9c7c41c508
commit bd04d68106
5 changed files with 405 additions and 0 deletions

View file

@ -3,6 +3,7 @@
pub mod drm;
pub mod image_source;
pub mod output_configuration;
pub mod overlap_notify;
pub mod screencopy;
pub mod toplevel_info;
pub mod toplevel_management;