From 939789e48de794d4a29851d5f710c4d508b7568a Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 19 Mar 2013 20:16:57 -0400 Subject: gallium-egl: Fix compile errors introduced in de315f76a The commit changed API in a helper library shared by both egl_dri2 and the gallium egl state tracker, but only egl_dri2 was updated to use the new interface. Tested-by: Giulio Camuffo --- src/gallium/state_trackers/egl/x11/native_dri2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/egl/x11') diff --git a/src/gallium/state_trackers/egl/x11/native_dri2.c b/src/gallium/state_trackers/egl/x11/native_dri2.c index a989f9e9108..fc18a4c9d7a 100644 --- a/src/gallium/state_trackers/egl/x11/native_dri2.c +++ b/src/gallium/state_trackers/egl/x11/native_dri2.c @@ -861,7 +861,7 @@ dri2_display_bind_wayland_display(struct native_display *ndpy, dri2dpy->wl_server_drm = wayland_drm_init(wl_dpy, x11_screen_get_device_name(dri2dpy->xscr), - &wl_drm_callbacks, ndpy); + &wl_drm_callbacks, ndpy, 0); if (!dri2dpy->wl_server_drm) return FALSE; -- cgit v1.2.3