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

Class StrataWindow

src/workspaces.rs:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46pub struct StrataWindow {
47 pub smithay_window: Window,
48 pub rec: Rectangle<i32, Logical>,
49}
50
51pub struct Workspace {
52 pub windows: Vec<Rc<RefCell<StrataWindow>>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected