summaryrefslogtreecommitdiff
path: root/common/glfw_view.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-25 14:26:59 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-25 14:26:59 +0200
commit666f593803d29ff88173714e373a35886b51efe1 (patch)
tree8b2671142d865099e9f15d9d9a87b321f8ef92dd /common/glfw_view.hpp
parenta0d935eac7b9e9c68653140cee3a2b8a0600fceb (diff)
downloadqtlocation-mapboxgl-666f593803d29ff88173714e373a35886b51efe1.tar.gz
use an event loop per map that is not the render thread
Diffstat (limited to 'common/glfw_view.hpp')
-rw-r--r--common/glfw_view.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/glfw_view.hpp b/common/glfw_view.hpp
index 8647c8ad67..5dbb64efb2 100644
--- a/common/glfw_view.hpp
+++ b/common/glfw_view.hpp
@@ -37,8 +37,7 @@ public:
llmr::Settings &settings;
llmr::Map map;
- uv_sem_t event_listener;
- std::atomic<bool> stop_event_listener;
+ uv_loop_t *loop = nullptr;
};
#endif