summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xdemos/glinfo_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c
index 95ef5456..f536e986 100644
--- a/src/xdemos/glinfo_common.c
+++ b/src/xdemos/glinfo_common.c
@@ -747,7 +747,7 @@ parse_args(int argc, char *argv[], struct options *options)
options->limits = GL_FALSE;
options->singleLine = GL_FALSE;
options->displayName = NULL;
- options->allowDirect = GL_FALSE;
+ options->allowDirect = GL_TRUE;
for (i = 1; i < argc; i++) {
#ifndef _WIN32