summaryrefslogtreecommitdiff
path: root/test/dri3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dri3.c')
-rw-r--r--test/dri3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dri3.c b/test/dri3.c
index b5eb4baf..45f3285c 100644
--- a/test/dri3.c
+++ b/test/dri3.c
@@ -43,7 +43,7 @@ Pixmap dri3_create_pixmap(Display *dpy,
xcb_dri3_pixmap_from_buffer(c, pixmap, draw, size, width, height, stride, depth, bpp, fd);
return pixmap;
}
- return NullPixmap;
+ return 0;
}
int dri3_create_fd(Display *dpy,