cosmic-comp/src/wayland/handlers/mod.rs

22 lines
440 B
Rust
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0-only
pub mod buffer;
pub mod compositor;
pub mod data_device;
pub mod dmabuf;
pub mod keyboard_shortcuts_inhibit;
pub mod layer_shell;
pub mod output;
pub mod output_configuration;
2022-11-17 20:32:54 +01:00
pub mod presentation;
2022-07-15 14:22:02 +02:00
pub mod primary_selection;
2022-11-03 18:51:27 +01:00
pub mod screencopy;
pub mod seat;
pub mod shm;
pub mod toplevel_info;
2022-07-18 21:26:02 +02:00
pub mod toplevel_management;
pub mod viewporter;
pub mod wl_drm;
pub mod workspace;
pub mod xdg_shell;