Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetDesktopHeight
Method
SetDesktopHeight
Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:151–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
int CParameterFreeRDP::SetDesktopHeight(UINT32 nHeight)
152
{
153
if(m_nHeight == nHeight)
154
return 0;
155
m_nHeight = nHeight;
156
SetModified(true);
157
return 0;
158
}
159
160
UINT32 CParameterFreeRDP::GetColorDepth() const
161
{
Callers
1
on_pbOk_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected