mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
Code style change and rebuild zstd with optimization options
This commit is contained in:
@@ -211,11 +211,13 @@ public:
|
||||
SAFE_DELETE(m_encoder);
|
||||
}
|
||||
|
||||
virtual int GetScreenCount() const {
|
||||
virtual int GetScreenCount() const
|
||||
{
|
||||
return m_nScreenCount;
|
||||
}
|
||||
|
||||
virtual BOOL IsMultiScreenEnabled() const {
|
||||
virtual BOOL IsMultiScreenEnabled() const
|
||||
{
|
||||
return m_bEnableMultiScreen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user