Fix define indentation in qopengl.h
Change-Id: I7894fcadf1a0abecbd8206abae1b035c823d52c4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
da7f4a4c76
commit
fecfa0a014
@ -125,9 +125,9 @@ typedef void* GLeglImageOES;
|
||||
typedef char GLchar;
|
||||
|
||||
# include <QtGui/qopengles2ext.h>
|
||||
# endif // Q_OS_MAC
|
||||
# endif
|
||||
#else // non-ES2 platforms
|
||||
# if defined(Q_OS_MAC)
|
||||
# if defined(Q_OS_MACOS)
|
||||
# include <OpenGL/gl.h>
|
||||
# define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED
|
||||
# include <OpenGL/gl3.h>
|
||||
@ -144,7 +144,7 @@ typedef char GLchar;
|
||||
# include <GL/gl.h>
|
||||
# endif
|
||||
# include <QtGui/qopenglext.h>
|
||||
# endif // Q_OS_MAC
|
||||
# endif
|
||||
#endif // !QT_CONFIG(opengles2)
|
||||
|
||||
// Desktops can support OpenGL 4.
|
||||
|
Loading…
x
Reference in New Issue
Block a user