aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/WLClasses.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/WLClasses.hpp')
-rw-r--r--src/helpers/WLClasses.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp
index 247aa8f0..bcd6bf10 100644
--- a/src/helpers/WLClasses.hpp
+++ b/src/helpers/WLClasses.hpp
@@ -51,6 +51,9 @@ struct SRenderData {
PHLWINDOW pWindow;
bool popup = false;
+
+ // counts how many surfaces this pass has rendered
+ int surfaceCounter = 0;
};
struct SSwipeGesture {