mcst-linux-kernel/patches-2024.06.26/qt4-4.8.7/0014-bug122037.patch

17 lines
387 B
Diff

diff -Naur old/src/opengl/qgl.h new/src/opengl/qgl.h
--- old/src/opengl/qgl.h 2020-02-25 13:48:49.528582402 +0300
+++ new/src/opengl/qgl.h 2020-02-25 13:50:30.334688545 +0300
@@ -78,12 +78,6 @@
# else
# include <GLES2/gl2.h>
# endif
-# ifndef GL_DOUBLE
-# define GL_DOUBLE GL_FLOAT
-# endif
-# ifndef GLdouble
-typedef GLfloat GLdouble;
-# endif
#else
# include <GL/gl.h>
#endif