Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConfettiFX/The-Forge
/ wndSetBorderless
Function
wndSetBorderless
Common_3/OS/WindowSystem/WindowSystem.cpp:346–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
void wndSetBorderless(void* pUserData)
347
{
348
setBorderless(pWindowRef);
349
wndUpdateResolutionsList(pUserData);
350
}
351
352
void wndMaximizeWindow(void* pUserData)
353
{
Callers
nothing calls this directly
Calls
2
wndUpdateResolutionsList
Function · 0.85
setBorderless
Function · 0.50
Tested by
no test coverage detected