Re: [PATCH] wayland-util.h: add forward declaration for wl_object

2019-03-07 Thread Pekka Paalanen
On Wed, 6 Mar 2019 15:54:31 -0500 Chris Billington wrote: > The definition of wl_argument in wayland-util.h references wl_object, > so wl_object ought to be defined in wayland-util.h. This resolves > gitlab issue #78. > --- > src/wayland-util.h | 14 ++ > 1 file changed, 14 insertio

[PATCH] wayland-util.h: add forward declaration for wl_object

2019-03-06 Thread Chris Billington
The definition of wl_argument in wayland-util.h references wl_object, so wl_object ought to be defined in wayland-util.h. This resolves gitlab issue #78. --- src/wayland-util.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index b6cbe0e