Module: Mesa
Branch: master
Commit: 01b036adea7c6534e0c3122c02c289f6fa2804e8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=01b036adea7c6534e0c3122c02c289f6fa2804e8

Author: Benjamin Franzke <[email protected]>
Date:   Mon Mar  7 15:10:01 2011 +0100

egl/wayland: Follow buffer.attach removal

---

 src/egl/wayland/wayland-drm/wayland-drm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/egl/wayland/wayland-drm/wayland-drm.c 
b/src/egl/wayland/wayland-drm/wayland-drm.c
index 149583b..3d5cb39 100644
--- a/src/egl/wayland/wayland-drm/wayland-drm.c
+++ b/src/egl/wayland/wayland-drm/wayland-drm.c
@@ -103,7 +103,6 @@ drm_create_buffer(struct wl_client *client, struct wl_drm 
*drm,
        buffer->buffer.width = width;
        buffer->buffer.height = height;
        buffer->buffer.visual = visual;
-       buffer->buffer.attach = NULL;
 
        if (visual->object.interface != &wl_visual_interface) {
                /* FIXME: Define a real exception event instead of

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to