6#include <QRecursiveMutex>
12#if defined(_X11_XLIB_H_) && !defined(Bool)
23 static void SetQtX11Display (
const QString &DisplayStr);
24 static bool DisplayIsRemote ();
30 void Lock() { m_lock.lock(); }
34 void Sync(
bool Flush =
false);
39 Display* m_disp {
nullptr };
40 int m_screenNum { 0 };
static QString s_QtX11Display