summaryrefslogtreecommitdiff
path: root/texturator.c
diff options
context:
space:
mode:
Diffstat (limited to 'texturator.c')
-rw-r--r--texturator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/texturator.c b/texturator.c
index 8695a63..d9335d7 100644
--- a/texturator.c
+++ b/texturator.c
@@ -957,7 +957,7 @@ int main(int argc, char *argv[])
}
gbm = init_gbm(drm->fd, drm->mode->hdisplay, drm->mode->vdisplay,
- DRM_FORMAT_XRGB8888, DRM_FORMAT_MOD_LINEAR);
+ DRM_FORMAT_XRGB8888, DRM_FORMAT_MOD_LINEAR, false);
if (!gbm) {
printf("failed to initialize GBM\n");
return -1;