ipc: make source/offer ids type safe
This commit is contained in:
parent
00efe7b51b
commit
7cbe5720c6
8 changed files with 27 additions and 27 deletions
|
|
@ -200,6 +200,7 @@ fn start_compositor2(
|
|||
config_file_id: NumCell::new(1),
|
||||
tracker: Default::default(),
|
||||
data_offer_ids: Default::default(),
|
||||
data_source_ids: Default::default(),
|
||||
drm_dev_ids: Default::default(),
|
||||
ring: ring.clone(),
|
||||
lock: ScreenlockState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue