Skip to content

Commit

Permalink
data_device_manager: cleanup to follow primary device
Browse files Browse the repository at this point in the history
This should simplify the inner handling of the wl_data_device_mananger
as well as make it similar to zwp_primary_selection_manager.
  • Loading branch information
kchibisov authored and wash2 committed Jul 20, 2023
1 parent 8027d34 commit c9940f4
Show file tree
Hide file tree
Showing 7 changed files with 437 additions and 602 deletions.
297 changes: 164 additions & 133 deletions examples/data_device.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/themed_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ impl SimpleWindow {
self.window.resize(seat, serial, edge);
}
FrameAction::Move => self.window.move_(seat, serial),
_ => return,
_ => (),
}
}
}
Expand Down
Loading

0 comments on commit c9940f4

Please sign in to comment.