Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ GetProfileBorderSize
Function
GetProfileBorderSize
src/windows/ChannelView.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
WNDCLASS ChannelView::g_ChannelViewClass;
9
10
static int GetProfileBorderSize()
11
{
12
return ScaleByDPI(Supports32BitIcons() ? (PROFILE_PICTURE_SIZE_DEF + 12) : 64);
13
}
14
15
enum {
16
CID_CHANNELVIEWTREE = 1,
Callers
1
WndProc
Method · 0.70
Calls
2
ScaleByDPI
Function · 0.85
Supports32BitIcons
Function · 0.85
Tested by
no test coverage detected