Rename get_information to fetch_information
This commit is contained in:
parent
984d1f375e
commit
005e516b5e
6 changed files with 8 additions and 8 deletions
|
|
@ -176,7 +176,7 @@ where
|
|||
&mut clipboard,
|
||||
&mut proxy,
|
||||
&window,
|
||||
&compositor.get_information(),
|
||||
&compositor.fetch_information(),
|
||||
);
|
||||
runtime.track(subscription);
|
||||
|
||||
|
|
@ -264,7 +264,7 @@ async fn run_instance<A, E, C>(
|
|||
physical_size.height,
|
||||
);
|
||||
|
||||
let graphics_info = compositor.get_information();
|
||||
let graphics_info = compositor.fetch_information();
|
||||
|
||||
let mut user_interface = ManuallyDrop::new(build_user_interface(
|
||||
&mut application,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue