MCPcopy Create free account
hub / github.com/StrataWM/strata / FocusTarget

Enum FocusTarget

src/workspaces.rs:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#[derive(Debug, Clone, PartialEq)]
76pub enum FocusTarget {
77 Window(Window),
78 LayerSurface(LayerSurface),
79 Popup(PopupKind),
80}
81
82impl StrataWindow {
83 fn bbox(&self) -> Rectangle<i32, Logical> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected