6#include <QRecursiveMutex>
19 static void SetQtX11Display (
const QString &DisplayStr);
20 static bool DisplayIsRemote ();
26 void Lock() { m_lock.lock(); }
30 void Sync(
bool Flush =
false);
35 Display* m_disp {
nullptr };
36 int m_screenNum { 0 };
static QString s_QtX11Display