chore: clean wayland warnings
This commit is contained in:
parent
261cda5401
commit
16dc3f934b
1 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
|||
//! * `wayland-csd-adwaita-crossfont`.
|
||||
//! * `wayland-csd-adwaita-notitle`.
|
||||
//! * `wayland-csd-adwaita-notitlebar`.
|
||||
use std::any::Any;
|
||||
use std::ffi::c_void;
|
||||
use std::marker::PhantomData;
|
||||
use std::ptr::NonNull;
|
||||
|
|
@ -104,7 +103,7 @@ pub trait WindowExtWayland {
|
|||
/// Returns `xdg_toplevel` of the window or [`None`] if the window is X11 window.
|
||||
fn xdg_toplevel(&self) -> Option<NonNull<c_void>>;
|
||||
|
||||
fn xdg_surface_handle<'a>(&'a self) -> Option<&dyn HasXdgSurfaceHandle>;
|
||||
fn xdg_surface_handle<'a>(&'a self) -> Option<&'a dyn HasXdgSurfaceHandle>;
|
||||
|
||||
fn window_state(&self) -> Option<WindowState>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue