We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641898 commit 9979668Copy full SHA for 9979668
backend/src/unix/MutterInputMonitor.hh
@@ -68,7 +68,7 @@ private:
68
GDBusProxy *idle_proxy = NULL;
69
GDBusProxy *session_proxy = NULL;
70
std::atomic<bool> active { false };
71
- bool inhibited = false;
+ std::atomic<bool> inhibited { false };
72
guint watch_active = 0;
73
guint watch_idle = 0;
74
0 commit comments