Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ MARGINS
Class
MARGINS
core/src/utils/window.cc:5–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#if OS_WIN
4
5
struct MARGINS
6
{
7
int cxLeftWidth;
8
int cxRightWidth;
9
int cyTopHeight;
10
int cyBottomHeight;
11
};
12
13
enum ACCENT_STATE
14
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected