We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2253565 commit be37289Copy full SHA for be37289
src/platform/unix.rs
@@ -160,8 +160,8 @@ impl<T> EventLoopExtUnix for EventLoop<T> {
160
161
#[inline]
162
fn get_wayland_display(&self) -> Option<*mut raw::c_void> {
163
- match self.events_loop {
164
- LinuxEventsLoop::Wayland(ref e) => Some(e.get_display().c_ptr() as *mut _),
+ match self.event_loop {
+ LinuxEventLoop::Wayland(ref e) => Some(e.get_display().get_display_ptr() as *mut _),
165
_ => None
166
}
167
0 commit comments