summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/glfw_view.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mbgl/platform/default/glfw_view.hpp b/include/mbgl/platform/default/glfw_view.hpp
index 74dc6fe439..094974b59c 100644
--- a/include/mbgl/platform/default/glfw_view.hpp
+++ b/include/mbgl/platform/default/glfw_view.hpp
@@ -37,10 +37,16 @@ public:
void fps();
private:
+ void addRandomPointAnnotations(int count);
+
+private:
bool fullscreen = false;
bool tracking = false;
bool rotating = false;
+ int width = 1024;
+ int height = 768;
+
double lastX = 0, lastY = 0;
double lastClick = -1;