On Tue, 18 Oct 2016 08:55:10 -0700
Yong Bakos wrote:
> On Oct 18, 2016, at 7:23 AM, Olivier Fourdan wrote:
> >
> > When using a wl_global, a server may need to retrieve the associated
> > wl_interface and user data.
> >
> > Add a couple of convenient functions wl_global_get_interface() and
> >
On Oct 18, 2016, at 7:23 AM, Olivier Fourdan wrote:
>
> When using a wl_global, a server may need to retrieve the associated
> wl_interface and user data.
>
> Add a couple of convenient functions wl_global_get_interface() and
> wl_global_get_user_data() for this purpose.
>
> Signed-off-by: Oliv
When using a wl_global, a server may need to retrieve the associated
wl_interface and user data.
Add a couple of convenient functions wl_global_get_interface() and
wl_global_get_user_data() for this purpose.
Signed-off-by: Olivier Fourdan
---
v3: split out as its own commit
v4: Rebase against