Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cococry/leif
/ lf_get_display_width
Function
lf_get_display_width
leif.c:2967–2969 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2965
}
2966
2967
uint32_t lf_get_display_width() {
2968
return state.dsp_w;
2969
}
2970
2971
uint32_t lf_get_display_height() {
2972
return state.dsp_h;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected