gallium-egl: Move wayland query_buffer implementation
[mesa.git] / src / gallium / state_trackers / egl / common / native_wayland_drm_bufmgr_helper.h
index e7a21717aebfc011326fe5a8c1604d7782792709..40c46e94d1f32241a0a51e74fe32b205fb1ba9f9 100644 (file)
@@ -40,4 +40,9 @@ struct pipe_resource *
 egl_g3d_wl_drm_common_wl_buffer_get_resource(struct native_display *ndpy,
                                              struct wl_buffer *buffer);
 
+EGLBoolean
+egl_g3d_wl_drm_common_query_buffer(struct native_display *ndpy,
+                                   struct wl_buffer *buffer,
+                                   EGLint attribute, EGLint *value);
+
 #endif /* _NATIVE_WAYLAND_DRM_BUFMGR_HELPER_H_ */