Enum smithay_client_toolkit::Shell [−][src]
pub enum Shell {
Xdg(Proxy<XdgWmBase>),
Zxdg(Proxy<ZxdgShellV6>),
Wl(Proxy<WlShell>),
}Possible shell globals
Variants
Xdg(Proxy<XdgWmBase>)Using xdg_shell protocol, the standard
Zxdg(Proxy<ZxdgShellV6>)Old version of xdg_shell, for compatibility
Wl(Proxy<WlShell>)Using wl_shell, deprecated, compatibility mode
Methods
impl Shell[src]
impl Shellpub fn needs_configure(&self) -> bool[src]
pub fn needs_configure(&self) -> boolCheck whether you need to wait for a configure before drawing to your surfaces
This depend on the underlying shell protocol