Re: [PATCH wayland 1/4] wayland-util: do not export the wl_map_* API

2017-02-21 Thread Emil Velikov
Hi Daniel, all, On 21 November 2016 at 17:32, Daniel Stone wrote: > Hi Emil, > > On 30 August 2016 at 18:24, Emil Velikov wrote: >> From: Emil Velikov >> >> Use only internally and explicitly marked as such with commit >> cf04b0a18f2 ("Move private definitions and prototypes to new >> zwayland-

Re: [PATCH wayland 1/4] wayland-util: do not export the wl_map_* API

2016-11-21 Thread Daniel Stone
Hi Emil, On 30 August 2016 at 18:24, Emil Velikov wrote: > From: Emil Velikov > > Use only internally and explicitly marked as such with commit > cf04b0a18f2 ("Move private definitions and prototypes to new > zwayland-private.h") > > Signed-off-by: Emil Velikov > --- > I could not find any user

[PATCH wayland 1/4] wayland-util: do not export the wl_map_* API

2016-08-30 Thread Emil Velikov
From: Emil Velikov Use only internally and explicitly marked as such with commit cf04b0a18f2 ("Move private definitions and prototypes to new zwayland-private.h") Signed-off-by: Emil Velikov --- I could not find any users of the API and I doubt there was ever one. If people feel nervous about t