gallium-egl: Move wayland query_buffer implementation
[mesa.git] / src / gallium / state_trackers / egl / x11 / native_dri2.c
index 5d7d3796e2b71a47cd27e7fdd60414ab7f03374d..70ae0f984431ba3c7821535b0708d013b9b6c47d 100644 (file)
@@ -890,7 +890,8 @@ dri2_display_unbind_wayland_display(struct native_display *ndpy,
 static struct native_display_wayland_bufmgr dri2_display_wayland_bufmgr = {
    dri2_display_bind_wayland_display,
    dri2_display_unbind_wayland_display,
-   egl_g3d_wl_drm_common_wl_buffer_get_resource
+   egl_g3d_wl_drm_common_wl_buffer_get_resource,
+   egl_g3d_wl_drm_common_query_buffer
 };
 
 #endif /* HAVE_WAYLAND_BACKEND */