mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 19:01:26 +03:00
fix windows/mac + rename async_drop to terminate
This commit is contained in:
@@ -34,7 +34,7 @@ impl InputCapture for X11InputCapture {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn async_drop(&mut self) -> Result<(), CaptureError> {
|
||||
async fn terminate(&mut self) -> Result<(), CaptureError> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user