summaryrefslogtreecommitdiff
path: root/src/mtexturepixmapitem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtexturepixmapitem_p.h')
-rw-r--r--src/mtexturepixmapitem_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mtexturepixmapitem_p.h b/src/mtexturepixmapitem_p.h
index c351b00..cd4c086 100644
--- a/src/mtexturepixmapitem_p.h
+++ b/src/mtexturepixmapitem_p.h
@@ -89,6 +89,11 @@ public:
QPointer<MCompositeWindowShaderEffect> current_effect;
const MCompositeWindowShaderEffect *prev_effect;
+ // Contains a limited number of server times we received damage
+ // notifications for this window. Only used by the EGL variant
+ // to throttle repairs if the window is transitioning.
+ QList<Time> *pastDamages;
+
#ifdef GLES2_VERSION
static EglResourceManager *eglresource;
#endif