diff options
Diffstat (limited to 'test/dri2-test.c')
-rw-r--r-- | test/dri2-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dri2-test.c b/test/dri2-test.c index 51b3da92..dd4179f3 100644 --- a/test/dri2-test.c +++ b/test/dri2-test.c @@ -52,7 +52,7 @@ static int dri2_open(Display *dpy) printf ("Connecting to %s driver on %s\n", driver, device); - fd = open("/dev/dri/card0", O_RDWR); + fd = open(device, O_RDWR); if (fd < 0) return -1; |