summaryrefslogtreecommitdiff
path: root/common/headless_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/headless_view.hpp')
-rw-r--r--common/headless_view.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/headless_view.hpp b/common/headless_view.hpp
index 600e9d51fa..d2fe75382a 100644
--- a/common/headless_view.hpp
+++ b/common/headless_view.hpp
@@ -28,6 +28,7 @@ public:
void resize(uint16_t width, uint16_t height, float pixelRatio);
const std::unique_ptr<uint32_t[]> readPixels();
+ void notify();
void notify_map_change(MapChange change, timestamp delay = 0);
void make_active();
void make_inactive();