| 44 | }; |
| 45 | |
| 46 | pub struct StrataWindow { |
| 47 | pub smithay_window: Window, |
| 48 | pub rec: Rectangle<i32, Logical>, |
| 49 | } |
| 50 | |
| 51 | pub struct Workspace { |
| 52 | pub windows: Vec<Rc<RefCell<StrataWindow>>>, |
nothing calls this directly
no outgoing calls
no test coverage detected