renderer: lock software cursors while tearing
This commit is contained in:
parent
86e8ed038f
commit
b8f8912db2
2 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class CMonitor {
|
|||
bool nextRenderTorn = false;
|
||||
bool ignoreNextFlipEvent = false;
|
||||
bool renderingFromVblankEvent = false;
|
||||
bool activelyTearing = false;
|
||||
|
||||
// for the special workspace. 0 means not open.
|
||||
int specialWorkspaceID = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue