protocols: immediately copy toplevel content when ignoreDamage set (#9049)
Also sets m_ignoreDamage, as it wasn't set before.
This commit is contained in:
parent
a6b263713a
commit
f16f170433
2 changed files with 8 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ class CToplevelExportFrame {
|
|||
|
||||
PHLWINDOW pWindow;
|
||||
bool cursorOverlayRequested = false;
|
||||
bool ignoreDamage = false;
|
||||
bool m_ignoreDamage = false;
|
||||
bool lockedSWCursors = false;
|
||||
|
||||
WP<IHLBuffer> buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue