MCPcopy 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

8WNDCLASS ChannelView::g_ChannelViewClass;
9
10static int GetProfileBorderSize()
11{
12 return ScaleByDPI(Supports32BitIcons() ? (PROFILE_PICTURE_SIZE_DEF + 12) : 64);
13}
14
15enum {
16 CID_CHANNELVIEWTREE = 1,

Callers 1

WndProcMethod · 0.70

Calls 2

ScaleByDPIFunction · 0.85
Supports32BitIconsFunction · 0.85

Tested by

no test coverage detected