Re: [PATCH wayland] util: Document wl_message

2016-11-10 Thread Pekka Paalanen
On Mon, 31 Oct 2016 09:27:41 +1000 Peter Hutterer wrote: > On Thu, Oct 27, 2016 at 08:55:01AM -0700, Yong Bakos wrote: > > From: Yong Bakos > > > > Signed-off-by: Yong Bakos > > excellent, very informative! > > Reviewed-by: Peter Hutterer > Very good indeed. Pushed: ed7a688..a6cf198

Re: [PATCH wayland] util: Document wl_message

2016-10-30 Thread Peter Hutterer
On Thu, Oct 27, 2016 at 08:55:01AM -0700, Yong Bakos wrote: > From: Yong Bakos > > Signed-off-by: Yong Bakos excellent, very informative! Reviewed-by: Peter Hutterer Cheers, Peter > --- > src/wayland-util.h | 68 > ++ > 1 file changed

[PATCH wayland] util: Document wl_message

2016-10-27 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- src/wayland-util.h | 68 ++ 1 file changed, 68 insertions(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index 7b280d1..4dba1ed 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @