From: Kristian Høgsberg Date: Tue, 8 Feb 2011 01:49:58 +0000 (-0500) Subject: wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create() X-Git-Tag: mesa-7.11-rc1~2248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e1b89103e1cdce9f20b9f32825dd166f8d9d6e1;p=platform%2Fupstream%2Fmesa.git wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create() --- 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) {