Skip to content

Commit

Permalink
Fix data_control::Manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarksome committed May 9, 2023
1 parent f698fea commit 75eb737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland/protocols/data_control/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ where
D: GlobalDispatch<Addr, ()> + 'static,
{
Manager {
_id: dh.create_global::<D, Addr, _>(1, ()),
_id: dh.create_global::<D, Addr, _>(2, ()),
}
}

Expand Down

0 comments on commit 75eb737

Please sign in to comment.