summaryrefslogtreecommitdiffstats
path: root/src/opengl/tqgl_x11_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/tqgl_x11_p.h')
-rw-r--r--src/opengl/tqgl_x11_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/tqgl_x11_p.h b/src/opengl/tqgl_x11_p.h
index cbcd741b9..076d83b8d 100644
--- a/src/opengl/tqgl_x11_p.h
+++ b/src/opengl/tqgl_x11_p.h
@@ -52,7 +52,7 @@
#ifdef QT_DLOPEN_OPENGL
// resolve the GL symbols we use ourselves
-bool qt_resolve_gl_symbols(bool = TRUE);
+bool qt_resolve_gl_symbols(bool = true);
extern "C" {
// GL symbols
typedef void (*_glCallLists)( GLsizei n, GLenum type, const GLvoid *lists );
@@ -192,6 +192,6 @@ extern _glXWaitX qt_glXWaitX;
#define glXWaitX qt_glXWaitX
#else
-inline bool qt_resolve_gl_symbols(bool = TRUE) { return TRUE; }
+inline bool qt_resolve_gl_symbols(bool = true) { return true; }
#endif // QT_DLOPEN_OPENGL
#endif // TQGL_P_H