projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077c448
)
wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()
author
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 8 Feb 2011 01:49:58 +0000
(20:49 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 8 Feb 2011 01:50:18 +0000
(20:50 -0500)
src/egl/wayland/wayland-egl.c
patch
|
blob
|
history
diff --git
a/src/egl/wayland/wayland-egl.c
b/src/egl/wayland/wayland-egl.c
index bb95fcbf590ec4f1720efa6289ff6637958139b9..12fbdfa29c15551778e373af66738eab6afba44a 100644
(file)
--- 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)
{