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 ba639e7..2675244 100644
--- a/texturator.c
+++ b/texturator.c
@@ -948,7 +948,7 @@ int main(int argc, char *argv[])
print_summary();
/* no real need for atomic here: */
- drm = init_drm_legacy(device, mode_str, vrefresh);
+ drm = init_drm_legacy(device, mode_str, vrefresh, ~0);
if (!drm) {
printf("failed to initialize DRM\n");
return -1;