mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
checkpoint. refactored win32 code. had to edit and rename some
files so this is only a checkpoint.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include "CThread.h"
|
||||
#include "CLog.h"
|
||||
#include "IJob.h"
|
||||
//#include "CString.h"
|
||||
//#include <cstdlib>
|
||||
#include <cstring>
|
||||
#if defined(X_DISPLAY_MISSING)
|
||||
# error X11 is required to build synergy
|
||||
@@ -310,7 +308,7 @@ CXWindowsScreen::checkClipboards()
|
||||
}
|
||||
|
||||
void
|
||||
CXWindowsScreen::openScreenSaver(bool notify)
|
||||
CXWindowsScreen::openScreensaver(bool notify)
|
||||
{
|
||||
CLock lock(&m_mutex);
|
||||
assert(m_screensaver != NULL);
|
||||
@@ -325,7 +323,7 @@ CXWindowsScreen::openScreenSaver(bool notify)
|
||||
}
|
||||
|
||||
void
|
||||
CXWindowsScreen::closeScreenSaver()
|
||||
CXWindowsScreen::closeScreensaver()
|
||||
{
|
||||
CLock lock(&m_mutex);
|
||||
if (m_screensaver != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user