Skip to content

Commit

Permalink
fix: fix linux build, missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Mar 8, 2023
1 parent dc913cd commit 64046b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ impl Window {

#[inline]
pub fn cursor_position(&self) -> Result<PhysicalPosition<f64>, ExternalError> {
util::cursor_position(self.window.display().backend().is_wayland())
util::cursor_position(self.is_wayland())
}

pub fn current_monitor(&self) -> Option<RootMonitorHandle> {
Expand Down

0 comments on commit 64046b2

Please sign in to comment.