mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Refactored some platform dependent code into a new library,
lib/arch. This should make porting easier. Will probably continue to refactor a little more, moving platform dependent event handling stuff into lib/platform.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
#include "CMSWindowsPrimaryScreen.h"
|
||||
#include "CMSWindowsScreen.h"
|
||||
#include "IPrimaryScreenReceiver.h"
|
||||
#include "CPlatform.h"
|
||||
#include "XScreen.h"
|
||||
#include "CLog.h"
|
||||
#include "CArchMiscWindows.h"
|
||||
#include <cstring>
|
||||
|
||||
//
|
||||
@@ -29,7 +29,7 @@ CMSWindowsPrimaryScreen::CMSWindowsPrimaryScreen(
|
||||
IPrimaryScreenReceiver* primaryReceiver) :
|
||||
CPrimaryScreen(receiver),
|
||||
m_receiver(primaryReceiver),
|
||||
m_is95Family(CPlatform::isWindows95Family()),
|
||||
m_is95Family(CArchMiscWindows::isWindows95Family()),
|
||||
m_threadID(0),
|
||||
m_window(NULL),
|
||||
m_mark(0),
|
||||
|
||||
Reference in New Issue
Block a user