Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alfa07 authored and obs-gh-maximsokolov committed Dec 23, 2024
1 parent bbc3c6e commit a936615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window/src/os/windows/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ impl WindowOps for Window {
}

fn get_window_position(&self) -> Future<ScreenPoint> {
Connection::with_window_inner(self.0, move |inner| Ok(inner.get_window_position(coords)))
Connection::with_window_inner(self.0, move |inner| Ok(inner.get_window_position()))
}

fn get_clipboard(&self, _clipboard: Clipboard) -> Future<String> {
Expand Down

0 comments on commit a936615

Please sign in to comment.