We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf8781 commit 4c7781dCopy full SHA for 4c7781d
src/platform/wayland.rs
@@ -17,6 +17,7 @@
17
use std::ffi::c_void;
18
use std::ptr::null_mut;
19
20
+#[cfg(wayland_platform)]
21
use sctk::reexports::client::Proxy;
22
23
use crate::event_loop::{ActiveEventLoop, EventLoop, EventLoopBuilder};
@@ -84,6 +85,7 @@ pub trait WindowExtWayland {
84
85
fn xdg_toplevel(&self) -> *mut c_void;
86
}
87
88
89
impl WindowExtWayland for dyn CoreWindow + '_ {
90
#[inline]
91
fn xdg_toplevel(&self) -> *mut c_void {
0 commit comments