Fix XCB out-of-sequence abort after switching to non-threaded Qt renderer

This commit is contained in:
Cameron Gutman
2021-03-07 16:48:10 -06:00
parent 783a57ef89
commit acb7a5b3c8
2 changed files with 65 additions and 1 deletions
+5
View File
@@ -7,6 +7,9 @@ class SystemProperties : public QObject
{
Q_OBJECT
friend class QuerySdlVideoThread;
friend class RefreshDisplaysThread;
public:
SystemProperties();
@@ -33,6 +36,8 @@ signals:
private:
void querySdlVideoInfo();
void querySdlVideoInfoInternal();
void refreshDisplaysInternal();
bool hasHardwareAcceleration;
bool rendererAlwaysFullScreen;