1
0
Fork 0
forked from wry/wry

wayland: implement xdg-toplevel-tag-v1

This commit is contained in:
Julian Orth 2025-04-22 17:56:32 +02:00
parent 624424b297
commit 18bec86499
6 changed files with 122 additions and 0 deletions

View file

@ -75,6 +75,7 @@ pub mod xdg_activation_v1;
pub mod xdg_positioner;
pub mod xdg_toplevel_drag_manager_v1;
pub mod xdg_toplevel_drag_v1;
pub mod xdg_toplevel_tag_manager_v1;
pub mod xdg_wm_base;
pub mod xdg_wm_dialog_v1;
pub mod zwlr_layer_shell_v1;