[client] x11: don't allow window manager events to skew cal timing

This commit is contained in:
Geoffrey McRae
2021-08-07 03:39:11 +10:00
parent e5a138d854
commit ec56b2760a
2 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ struct X11DSState
Window window;
XVisualInfo * visual;
_Atomic(uint64_t) lastWMEvent;
int xpresentOp;
bool jitRender;
_Atomic(uint64_t) presentMsc, presentUst;