diff options
Diffstat (limited to 'virtiotest.c')
-rw-r--r-- | virtiotest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtiotest.c b/virtiotest.c index e108232..8acce4c 100644 --- a/virtiotest.c +++ b/virtiotest.c @@ -292,7 +292,7 @@ int main(int argc, char **argv) assert(fmt != NULL); logind_init(); - drm_init_dev(card, output, modename, false); + drm_init_dev(card, output, modename, false, -1); if (printinfo) virtio_print_caps(); |