Skip to content

Commit

Permalink
self.inner.monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Nov 15, 2024
1 parent 2b2ae89 commit 04211e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ pub trait MonitorHandleExtUnix {
impl MonitorHandleExtUnix for MonitorHandle {
#[inline]
fn gdk_monitor(&self) -> &gtk::gdk::Monitor {
self.monitor
self.inner.monitor
}
}

0 comments on commit 04211e7

Please sign in to comment.