summaryrefslogtreecommitdiff
path: root/dri3/dri3_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'dri3/dri3_screen.c')
-rw-r--r--dri3/dri3_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dri3/dri3_screen.c b/dri3/dri3_screen.c
index c88029612..bbf1d05a9 100644
--- a/dri3/dri3_screen.c
+++ b/dri3/dri3_screen.c
@@ -40,7 +40,7 @@ dri3_open(ClientPtr client, ScreenPtr screen, RRProviderPtr provider, int *fd)
if (!info || !info->open)
return BadMatch;
- rc = (*info->open) (screen, provider, fd);
+ rc = (*info->open) (client, screen, provider, fd);
if (rc != Success)
return rc;