2022-07-04 15:26:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
2025-02-17 20:30:26 +01:00
|
|
|
pub mod a11y;
|
2024-06-06 14:39:55 -07:00
|
|
|
pub mod alpha_modifier;
|
2024-08-21 20:20:27 -07:00
|
|
|
pub mod atspi;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod buffer;
|
|
|
|
|
pub mod compositor;
|
2023-11-14 00:47:43 +04:00
|
|
|
pub mod data_control;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod data_device;
|
2023-01-16 20:31:43 +01:00
|
|
|
pub mod decoration;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod dmabuf;
|
2023-11-22 13:27:12 -08:00
|
|
|
pub mod drm;
|
2023-10-05 22:01:21 +02:00
|
|
|
pub mod drm_lease;
|
2024-06-26 14:39:03 -07:00
|
|
|
pub mod drm_syncobj;
|
2024-08-28 15:04:00 -07:00
|
|
|
pub mod foreign_toplevel_list;
|
2023-06-14 14:44:36 +02:00
|
|
|
pub mod fractional_scale;
|
2024-04-19 14:57:17 +02:00
|
|
|
pub mod idle_inhibit;
|
|
|
|
|
pub mod idle_notify;
|
2024-03-12 19:42:48 +01:00
|
|
|
pub mod image_source;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod input_method;
|
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;
|
2024-08-16 20:49:59 -07:00
|
|
|
pub mod output_power;
|
2024-11-22 19:10:58 -05:00
|
|
|
pub mod overlap_notify;
|
2023-09-13 20:52:10 -07:00
|
|
|
pub mod pointer_constraints;
|
2023-09-05 13:41:21 -07:00
|
|
|
pub mod pointer_gestures;
|
2022-11-17 20:32:54 +01:00
|
|
|
pub mod presentation;
|
2022-07-15 14:22:02 +02:00
|
|
|
pub mod primary_selection;
|
2023-02-27 13:54:49 -08:00
|
|
|
pub mod relative_pointer;
|
2022-11-03 18:51:27 +01:00
|
|
|
pub mod screencopy;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod seat;
|
2023-08-29 17:00:11 -07:00
|
|
|
pub mod security_context;
|
2023-10-10 13:28:30 -07:00
|
|
|
pub mod selection;
|
2023-10-16 12:28:19 -07:00
|
|
|
pub mod session_lock;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod shm;
|
2024-08-20 11:55:08 -07:00
|
|
|
pub mod single_pixel_buffer;
|
2023-12-28 13:36:59 -08:00
|
|
|
pub mod tablet_manager;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod text_input;
|
2022-07-04 15:26:26 +02:00
|
|
|
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;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod virtual_keyboard;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod workspace;
|
2023-11-07 18:46:25 +01:00
|
|
|
pub mod xdg_activation;
|
2024-08-29 17:30:50 -07:00
|
|
|
pub mod xdg_foreign;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod xdg_shell;
|
2023-08-07 16:15:19 -07:00
|
|
|
pub mod xwayland_keyboard_grab;
|
2024-05-13 14:16:21 -07:00
|
|
|
pub mod xwayland_shell;
|