summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/zone.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/zone.hxx')
-rw-r--r--vcl/inc/opengl/zone.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/zone.hxx b/vcl/inc/opengl/zone.hxx
index 11f6ed00ec3c..65a7249b16b2 100644
--- a/vcl/inc/opengl/zone.hxx
+++ b/vcl/inc/opengl/zone.hxx
@@ -38,6 +38,7 @@ public:
~OpenGLZone() { gnLeaveCount++; }
static bool isInZone() { return gnEnterCount != gnLeaveCount; }
static void hardDisable();
+ static void relaxWatchdogTimings();
};
/// Create this to not only enter the zone, but set VCL context.