Re: [PATCH wayland 0/3] Add a debug handler for printing protocol

2013-12-19 Thread Jason Ekstrand
Pekka, Thanks for looking at them! On Thu, Dec 19, 2013 at 2:17 AM, Pekka Paalanen wrote: > On Wed, 18 Dec 2013 20:56:17 -0600 > Jason Ekstrand wrote: > > > This series adds a wl_debug function and associated handler that can > > be set by the uesr. The first patch is merely a rename to prepa

Re: [PATCH wayland 0/3] Add a debug handler for printing protocol

2013-12-19 Thread Pekka Paalanen
On Wed, 18 Dec 2013 20:56:17 -0600 Jason Ekstrand wrote: > This series adds a wl_debug function and associated handler that can > be set by the uesr. The first patch is merely a rename to prepare > for the third. The second adds a useful helper function used by the > third. > > Jason Ekstrand (

[PATCH wayland 0/3] Add a debug handler for printing protocol

2013-12-18 Thread Jason Ekstrand
This series adds a wl_debug function and associated handler that can be set by the uesr. The first patch is merely a rename to prepare for the third. The second adds a useful helper function used by the third. Jason Ekstrand (3): Rename wl_debug to debug_server/client Add a wl_array_printf fu