diff options
| author | Emil Velikov <emil.velikov@collabora.com> | 2017-12-13 12:03:54 +0000 |
|---|---|---|
| committer | Daniel Stone <daniels@collabora.com> | 2018-02-09 17:34:19 +0000 |
| commit | 9fa60983b5799be62b9d88a4059f4d0038d7c80d (patch) | |
| tree | 2af75900436284817460ce8d79f559e782ea5655 /src | |
| parent | wayland-egl: move the wayland-egl{, -core}.h headers to egl/ (diff) | |
| download | wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar.gz wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar.bz2 wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar.lz wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar.xz wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.tar.zst wayland-9fa60983b5799be62b9d88a4059f4d0038d7c80d.zip | |
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>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions
