Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-12-15 23:05:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:18 +0300
commit6050c6af1872894d86ea61a0eeb32b24f098ca44 (patch)
tree7f0589b19fabdd48bbecf1d5912e828e4e0b087b /qt/draw_widget.hpp
parent43d96e441aad081cfb20850a56f97e3c83203003 (diff)
[android] fixed artifacts in alpha blending, switched off periodical updates to get rid of incorrect z-buffer bug.
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 4d0b96f20d..26fbbef062 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -1,16 +1,18 @@
#pragma once
-#include "widgets.hpp"
+//#include "widgets.hpp"
#include "../map/window_handle.hpp"
#include "../map/framework.hpp"
#include "../map/navigator.hpp"
+#include "../map/qgl_render_context.hpp"
#include "../platform/video_timer.hpp"
#include "../std/scoped_ptr.hpp"
#include <QtCore/QTimer>
+#include <QtOpenGL/qgl.h>
namespace qt
{