Enum smithay_client_toolkit::Shell[][src]

pub enum Shell {
    Xdg(Proxy<XdgWmBase>),
    Zxdg(Proxy<ZxdgShellV6>),
    Wl(Proxy<WlShell>),
}

Possible shell globals

Variants

Using xdg_shell protocol, the standart

Old version of xdg_shell, for compatiblity

Using wl_shell, deprecated, compatibility mode

Methods

impl Shell
[src]

Check whether you need to wait for a configure before drawing to your surfaces

This depend on the underlying shell protocol

Auto Trait Implementations

impl Send for Shell

impl Sync for Shell