Mesa (master): wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()

Kristian Høgsberg krh at kemper.freedesktop.org
Tue Feb 8 01:51:53 UTC 2011


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

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Mon Feb  7 20:49:58 2011 -0500

wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()

---

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

diff --git a/src/egl/wayland/wayland-egl.c b/src/egl/wayland/wayland-egl.c
index bb95fcb..12fbdfa 100644
--- a/src/egl/wayland/wayland-egl.c
+++ b/src/egl/wayland/wayland-egl.c
@@ -138,7 +138,8 @@ wl_egl_window_resize(struct wl_egl_window *egl_window,
 }
 
 WL_EGL_EXPORT struct wl_egl_window *
-wl_egl_window_create(struct wl_surface *surface,
+wl_egl_window_create(struct wl_egl_display *egl_display,
+		     struct wl_surface *surface,
 		     int width, int height,
 		     struct wl_visual *visual)
 {




More information about the mesa-commit mailing list