gallium-egl: Move wayland query_buffer implementation
[mesa.git] / src / gallium / state_trackers / egl / drm / native_drm.c
index 3c4c19f1c17d76dc511d45d528021bb0063854bf..feb1dc045bf1e8be8fca146dc5f8606d841062d4 100644 (file)
@@ -240,7 +240,8 @@ drm_display_unbind_wayland_display(struct native_display *ndpy,
 static struct native_display_wayland_bufmgr drm_display_wayland_bufmgr = {
    drm_display_bind_wayland_display,
    drm_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 */