2022-07-04 15:26:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
|
|
|
|
pub mod buffer;
|
|
|
|
|
pub mod compositor;
|
|
|
|
|
pub mod data_device;
|
|
|
|
|
pub mod dmabuf;
|
2022-09-09 20:17:40 -07:00
|
|
|
pub mod keyboard_shortcuts_inhibit;
|
2022-07-04 15:26:26 +02:00
|
|
|
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;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod seat;
|
|
|
|
|
pub mod shm;
|
|
|
|
|
pub mod toplevel_info;
|
2022-07-18 21:26:02 +02:00
|
|
|
pub mod toplevel_management;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod viewporter;
|
|
|
|
|
pub mod wl_drm;
|
|
|
|
|
pub mod workspace;
|
|
|
|
|
pub mod xdg_shell;
|