wayland/egl
Emil Velikov 9fa60983b5 wayland-egl: rename wl_egl_window::private to driver_private
private is a reserved keyword in C++. Thus if one is to have a backend
driver written in said language build will fail as below:

.../wayland-egl-backend.h:56:8: expected unqualified-id before ‘private’

Rename it to driver_private and update the test.

NOTE: version bump is not required since:
 - this is a pure API change, ABI is identical
 - hardware drivers already require [minor] changes to move to the
upstream wayland-egl-backend.h

Cc: Arnaud Vrac <rawoul@gmail.com>
Cc: Miguel A . Vico <mvicomoya@nvidia.com>
Suggested-by: Arnaud Vrac <rawoul@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Miguel A Vico Moya <mvicomoya@nvidia.com>
2018-02-09 17:34:19 +00:00
..
wayland-egl-abi-check.c wayland-egl: rename wl_egl_window::private to driver_private 2018-02-09 17:34:19 +00:00
wayland-egl-backend.h wayland-egl: rename wl_egl_window::private to driver_private 2018-02-09 17:34:19 +00:00
wayland-egl-backend.pc.in wayland-egl: introduce wayland-egl-backend.pc 2018-02-09 17:30:54 +00:00
wayland-egl-core.h wayland-egl: move the wayland-egl{, -core}.h headers to egl/ 2018-02-09 17:31:06 +00:00
wayland-egl-symbols-check wayland-egl-symbols-check: pass the DSO name via the build system 2018-02-09 17:31:03 +00:00
wayland-egl.c wayland-egl: rename wl_egl_window::private to driver_private 2018-02-09 17:34:19 +00:00
wayland-egl.h wayland-egl: move the wayland-egl{, -core}.h headers to egl/ 2018-02-09 17:31:06 +00:00
wayland-egl.pc.in wayland-egl: correct wayland-egl.pc description/version 2018-02-09 17:30:50 +00:00