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

This commit is contained in:
Kristian Høgsberg 2011-02-07 20:49:58 -05:00
parent 077c448d18
commit 1e1b89103e
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{