mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-09 05:18:13 +08:00
Some work toward Issue 27 and Issue 319
This commit is contained in:
@@ -32,7 +32,7 @@ class CThread;
|
||||
//! Implementation of IPlatformScreen for Microsoft Windows
|
||||
class CMSWindowsScreen : public CPlatformScreen {
|
||||
public:
|
||||
CMSWindowsScreen(bool isPrimary);
|
||||
CMSWindowsScreen(bool isPrimary, bool noHooks);
|
||||
virtual ~CMSWindowsScreen();
|
||||
|
||||
//! @name manipulators
|
||||
@@ -216,6 +216,9 @@ private:
|
||||
// true if screen is being used as a primary screen, false otherwise
|
||||
bool m_isPrimary;
|
||||
|
||||
// true if hooks are not to be installed (useful for debugging)
|
||||
bool m_noHooks;
|
||||
|
||||
// true if windows 95/98/me
|
||||
bool m_is95Family;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user