Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
93
impl Workspace {
94
pub fn new() -> Self {
Callers
2
render_elements
Method · 0.80
window_under
Method · 0.80
Calls
1
geometry
Method · 0.80
Tested by
no test coverage detected