We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caec57a commit fda0da4Copy full SHA for fda0da4
src/client/qwaylandwindow_p.h
@@ -301,7 +301,7 @@ public Q_SLOTS:
301
GestureState mGestureState = GestureNotActive;
302
#endif
303
304
- bool mFrameCallbackTimedOut = false; // Whether the frame callback has timed out
+ std::atomic_bool mFrameCallbackTimedOut = false; // Whether the frame callback has timed out
305
int mFrameCallbackCheckIntervalTimerId = -1;
306
QAtomicInt mWaitingForUpdateDelivery = false;
307
0 commit comments