summaryrefslogtreecommitdiffstats
path: root/src/egl/wayland
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-07-24 10:35:04 +0100
committerEmil Velikov <[email protected]>2017-07-24 10:36:30 +0100
commit3057ca9a50122b7cde701931a34b9e1fdcbbf833 (patch)
tree888977cf72cb7b80b46542bc9e2e8200b9574e1d /src/egl/wayland
parentb6356c023d93ac28bbff552364936cc6087218b6 (diff)
wayland-egl: update the SHA1 of the commit introducing v3
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/wayland')
-rw-r--r--src/egl/wayland/wayland-egl/wayland-egl-abi-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
index 40b54c678a7..4ea38542a38 100644
--- a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
+++ b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
@@ -78,7 +78,7 @@ struct wl_egl_window_v2 {
void (*destroy_window_callback)(void *);
};
-/* From: XXX - Miguel A. Vico : wayland-egl: Make wl_egl_window a versioned struct */
+/* From: 2d5d61bc49 - Miguel A. Vico : wayland-egl: Make wl_egl_window a versioned struct */
#define WL_EGL_WINDOW_VERSION_v3 3
struct wl_egl_window_v3 {
const intptr_t version;