1
0
Fork 0
forked from wry/wry

ipc: move data control logic out of wlr code

This commit is contained in:
Julian Orth 2024-10-08 16:00:40 +02:00
parent dfc0a11935
commit be1462d0ef
5 changed files with 525 additions and 310 deletions

View file

@ -3,6 +3,7 @@ use {
std::rc::Rc,
};
mod private;
pub mod zwlr_data_control_device_v1;
pub mod zwlr_data_control_manager_v1;
pub mod zwlr_data_control_offer_v1;