wayland-egl: add a note about keeping the backend version in sync

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Arnaud Vrac <avrac@freebox.fr>
This commit is contained in:
Emil Velikov 2017-10-10 14:43:47 +01:00 committed by Daniel Stone
parent bf3f9e2413
commit 066113a4c8

View File

@ -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;