aboutsummarylogtreecommitdiffstats
path: root/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
blob: 07436f981c173b4bf8c0f23b7a58f4bfadf0ec42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 0223c4145ff17cb79e720ed12b24819262aa5353 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 13:36:53 +0200
Subject: [PATCH 02/30] Ensure GLdouble is defined when using dynamic OpenGL

FIXME: Not sure whether this is still required
---
 src/gui/opengl/qopenglfunctions.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gui/opengl/qopenglfunctions.h b/src/gui/opengl/qopenglfunctions.h
index aad48571b3..46f44d8b91 100644
--- a/src/gui/opengl/qopenglfunctions.h
+++ b/src/gui/opengl/qopenglfunctions.h
@@ -56,9 +56,7 @@
 
 //#define Q_ENABLE_OPENGL_FUNCTIONS_DEBUG
 
-#ifdef QT_OPENGL_ES
 typedef double GLdouble;
-#endif
 
 #ifdef Q_ENABLE_OPENGL_FUNCTIONS_DEBUG
 #include <stdio.h>
-- 
2.12.1