Plug in no-op drm buffer attach function

This commit is contained in:
Kristian Høgsberg 2010-10-15 22:47:09 -04:00
parent 29fc5592c5
commit cf2bc67ccd
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ drm_create_buffer(struct wl_client *client, struct wl_drm *drm_base,
buffer->base.height = height;
buffer->base.visual = visual;
buffer->base.attach = drm_buffer_attach;
buffer->base.damage = drm_buffer_damage;
buffer->image = eglCreateImageKHR(compositor->display,
compositor->context,
EGL_DRM_BUFFER_MESA,