We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5380cbc commit c93140aCopy full SHA for c93140a
src/protocols/types/SurfaceState.cpp
@@ -61,6 +61,7 @@ void SSurfaceState::updateFrom(SSurfaceState& ref) {
61
updated = ref.updated;
62
63
if (ref.updated & SURFACE_UPDATED_BUFFER) {
64
+ ref.updated &= ~SURFACE_UPDATED_BUFFER;
65
*this = ref;
66
ref.damage.clear();
67
ref.bufferDamage.clear();
0 commit comments