Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetDesktopWidth
Method
SetDesktopWidth
Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:137–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
int CParameterFreeRDP::SetDesktopWidth(UINT32 nWidth)
138
{
139
if(m_nWidth == nWidth)
140
return 0;
141
m_nWidth = nWidth;
142
SetModified(true);
143
return 0;
144
}
145
146
UINT32 CParameterFreeRDP::GetDesktopHeight() const
147
{
Callers
1
on_pbOk_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected