summaryrefslogtreecommitdiff
path: root/test/dri2util.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/dri2util.h')
-rw-r--r--test/dri2util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dri2util.h b/test/dri2util.h
index d30460d..39a007d 100644
--- a/test/dri2util.h
+++ b/test/dri2util.h
@@ -74,7 +74,7 @@ typedef struct {
void (*fini)(void *hdl);
} Backend;
-int dri2_connect(Display *dpy, char **driver);
+int dri2_connect(Display *dpy, int driverType, char **driver);
Backend * get_backend(const char *driver);
#endif /* _DRI2TEST_H_ */