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