summaryrefslogtreecommitdiffstats
path: root/src/newt/native/gbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/gbm.c')
-rw-r--r--src/newt/native/gbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/gbm.c b/src/newt/native/gbm.c
index cdb1223f6..927faa47e 100644
--- a/src/newt/native/gbm.c
+++ b/src/newt/native/gbm.c
@@ -41,7 +41,7 @@ JNIEXPORT jlong JNICALL Java_jogamp_newt_driver_gbm_DisplayDriver_initGbm
drmModeEncoder *encoder = NULL;
int i, area;
- for (i = 0; i < ARRAY_SIZE(modules); i++) {
+ for (i = 0; i < 6 /* ARRAY_SIZE(modules) */; i++) {
printf("trying to load module %s...", modules[i]);
drm.fd = drmOpen(modules[i], NULL);
if (drm.fd < 0) {