Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetColorDepth
Method
SetColorDepth
Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:165–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
int CParameterFreeRDP::SetColorDepth(UINT32 color)
166
{
167
if(m_nColorDepth == color)
168
return 0;
169
m_nColorDepth = color;
170
SetModified(true);
171
return 0;
172
}
173
174
bool CParameterFreeRDP::GetUseMultimon() const
175
{
Callers
1
on_pbOk_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected