mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 07:09:41 +02:00
merge 1.3 r843:844 into trunk
This commit is contained in:
parent
47e12f465b
commit
728e8bb035
7 changed files with 21 additions and 9 deletions
|
@ -34,7 +34,7 @@ class CXWindowsScreenSaver;
|
|||
//! Implementation of IPlatformScreen for X11
|
||||
class CXWindowsScreen : public CPlatformScreen {
|
||||
public:
|
||||
CXWindowsScreen(const char* displayName, bool isPrimary, int mouseScrollDelta=0);
|
||||
CXWindowsScreen(const char* displayName, bool isPrimary, bool disableXInitThreads, int mouseScrollDelta=0);
|
||||
virtual ~CXWindowsScreen();
|
||||
|
||||
//! @name manipulators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue