Skip to content

Commit

Permalink
ipc: move data control logic out of wlr code
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh committed Oct 25, 2024
1 parent dfc0a11 commit be1462d
Show file tree
Hide file tree
Showing 5 changed files with 520 additions and 305 deletions.
1 change: 1 addition & 0 deletions src/ifs/ipc/data_control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit be1462d

Please sign in to comment.