Home
last modified time | relevance | path

Searched refs:Zxdg (Results 1 – 21 of 21) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/shell/
H A Dzxdg.rs17 pub(crate) struct Zxdg { struct
22 impl Zxdg { implementation
27 ) -> Zxdg in create()
82 Zxdg { in create()
89 impl ShellSurface for Zxdg { implementation
151 impl Drop for Zxdg { implementation
H A Dmod.rs62 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, implem)) as Box<_>, in create_shell_surface()
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/shell/
H A Dzxdg.rs17 pub(crate) struct Zxdg { struct
22 impl Zxdg { impl
27 ) -> Zxdg in create()
82 Zxdg { in create()
89 impl ShellSurface for Zxdg { implementation
151 impl Drop for Zxdg { implementation
H A Dmod.rs62 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, implem)) as Box<_>, in create_shell_surface()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-client-toolkit-0.14.0/src/shell/
H A Dzxdg.rs15 pub(crate) struct Zxdg { struct
20 impl Zxdg { impl
25 ) -> Zxdg in create()
73 Zxdg { surface: xdgs.detach(), toplevel: toplevel.detach() } in create()
77 impl ShellSurface for Zxdg { implementation
143 impl Drop for Zxdg { implementation
H A Dmod.rs68 Zxdg(Attached<zxdg_shell_v6::ZxdgShellV6>), enumerator
82 Shell::Zxdg(_) => true, in needs_configure()
98 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, callback)) as Box<_>, in create_shell_surface()
333 Some(Shell::Zxdg(zxdg)) in get_shell()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/shell/
H A Dzxdg.rs13 pub(crate) struct Zxdg { struct
18 impl Zxdg { impl
23 ) -> Zxdg in create()
95 Zxdg { in create()
102 impl ShellSurface for Zxdg { implementation
164 impl Drop for Zxdg { implementation
H A Dmod.rs61 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, implem)) as Box<_>, in create_shell_surface()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/shell/
H A Dzxdg.rs15 pub(crate) struct Zxdg { struct
20 impl Zxdg { impl
25 ) -> Zxdg in create()
73 Zxdg { surface: xdgs.detach(), toplevel: toplevel.detach() } in create()
77 impl ShellSurface for Zxdg { implementation
143 impl Drop for Zxdg { implementation
H A Dmod.rs68 Zxdg(Attached<zxdg_shell_v6::ZxdgShellV6>), enumerator
82 Shell::Zxdg(_) => true, in needs_configure()
98 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, callback)) as Box<_>, in create_shell_surface()
333 Some(Shell::Zxdg(zxdg)) in get_shell()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.14.0/src/shell/
H A Dzxdg.rs15 pub(crate) struct Zxdg { struct
20 impl Zxdg { implementation
25 ) -> Zxdg in create()
73 Zxdg { surface: xdgs.detach(), toplevel: toplevel.detach() } in create()
77 impl ShellSurface for Zxdg { implementation
143 impl Drop for Zxdg { implementation
H A Dmod.rs68 Zxdg(Attached<zxdg_shell_v6::ZxdgShellV6>), enumerator
82 Shell::Zxdg(_) => true, in needs_configure()
98 Shell::Zxdg(ref shell) => Box::new(zxdg::Zxdg::create(surface, shell, callback)) as Box<_>, in create_shell_surface()
333 Some(Shell::Zxdg(zxdg)) in get_shell()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/
H A Denv.rs21 Zxdg(Proxy<zxdg_shell_v6::ZxdgShellV6>), enumerator
34 Shell::Zxdg(_) => true, in needs_configure()
191 Shell::Zxdg(xdg_shell) in from_display_with_cb()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/
H A Denv.rs21 Zxdg(zxdg_shell_v6::ZxdgShellV6), enumerator
34 Shell::Zxdg(_) => true, in needs_configure()
202 Shell::Zxdg(xdg_shell) in from_display_with_cb()
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/
H A Denv.rs21 Zxdg(Proxy<zxdg_shell_v6::ZxdgShellV6>), enumerator
34 Shell::Zxdg(_) => true, in needs_configure()
191 Shell::Zxdg(xdg_shell) in from_display_with_cb()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/examples/
H A Dcompositor_info.rs20 Shell::Zxdg(_) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/examples/
H A Dcompositor_info.rs20 Shell::Zxdg(_) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/examples/
H A Dcompositor_info.rs20 Shell::Zxdg(_) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-client-toolkit-0.14.0/examples/
H A Dcompositor_info.rs21 Some(Shell::Zxdg(_)) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.14.0/examples/
H A Dcompositor_info.rs21 Some(Shell::Zxdg(_)) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/examples/
H A Dcompositor_info.rs21 Some(Shell::Zxdg(_)) => "the old unstable xdg_shell (zxdg_shell_v6)", in main()