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

Method render_location

src/workspaces.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87 }
88
89 fn render_location(&self) -> Point<i32, Logical> {
90 self.rec.loc - self.smithay_window.geometry().loc
91 }
92}
93impl Workspace {
94 pub fn new() -> Self {

Callers 2

render_elementsMethod · 0.80
window_underMethod · 0.80

Calls 1

geometryMethod · 0.80

Tested by

no test coverage detected