1
0
Fork 0
forked from wry/wry

ifs: rename data transfer module

This commit is contained in:
kossLAN 2026-05-29 17:57:38 -04:00
parent a038855895
commit d8920ed7a0
No known key found for this signature in database
32 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,5 @@
pub mod color_management;
pub mod data_transfer;
pub mod ext_foreign_toplevel_handle_v1;
pub mod ext_foreign_toplevel_image_capture_source_manager_v1;
pub mod ext_foreign_toplevel_list_v1;
@ -12,7 +13,6 @@ pub mod ext_session_lock_v1;
pub mod head_management;
pub mod hyprland_focus_grab_manager_v1;
pub mod hyprland_focus_grab_v1;
pub mod ipc;
pub mod jay_client_query;
pub mod jay_color_management;
pub mod jay_compositor;