summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-09-22 16:23:39 +1000
committerLeith Bade <leith@mapbox.com>2015-09-22 16:23:39 +1000
commitfeae692dbaefa51b893528a31139fb8282b3e889 (patch)
treecb3626805be662de444f153b7912fff388507670 /include
parent71cde640a99d351371179f48f78f8315f0fdd160 (diff)
downloadqtlocation-mapboxgl-feae692dbaefa51b893528a31139fb8282b3e889.tar.gz
Fix freezing on Android when rotating
Fixes #1941
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 4cd9293c9b..06695778eb 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -58,6 +58,7 @@ public:
// Pauses the render thread. The render thread will stop running but will not be terminated and will not lose state until resumed.
void pause();
+ bool isPaused();
// Resumes a paused render thread
void resume();