From 066113a4c8cc6837519beab711d22cf01997ff11 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 10 Oct 2017 14:43:47 +0100 Subject: [PATCH] wayland-egl: add a note about keeping the backend version in sync Signed-off-by: Emil Velikov Reviewed-by: Arnaud Vrac --- egl/wayland-egl-backend.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/egl/wayland-egl-backend.h b/egl/wayland-egl-backend.h index 82f025cb..3c23a56b 100644 --- a/egl/wayland-egl-backend.h +++ b/egl/wayland-egl-backend.h @@ -34,6 +34,10 @@ extern "C" { #endif +/* + * NOTE: This version must be kept in sync with the Version field in the + * wayland-egl-backend.pc.in file. + */ #define WL_EGL_WINDOW_VERSION 3 struct wl_surface;