wgui: components base, anyhow event listener callbacks, 📦📎-fixes, typo fixes
This commit is contained in:
@@ -295,7 +295,7 @@ fn get_time() -> timeval {
|
||||
tv_sec: 0,
|
||||
tv_usec: 0,
|
||||
};
|
||||
unsafe { libc::gettimeofday(&mut time, std::ptr::null_mut()) };
|
||||
unsafe { libc::gettimeofday(&raw mut time, std::ptr::null_mut()) };
|
||||
time
|
||||
}
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ impl OscSender {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_lines)]
|
||||
pub fn send_params<D>(
|
||||
&mut self,
|
||||
overlays: &OverlayContainer<D>,
|
||||
|
||||
Reference in New Issue
Block a user