Re: [PATCH 1/2] Wayland logging functionality

2012-05-27 Thread Pekka Paalanen
On Sat, 26 May 2012 17:13:58 +0200 Martin Minarik wrote: > The core libwayland libraries should not handle logging, only > passing the error messages to subscribed functions. > An application linked to libwayland-server or libwayland-client > will be able to set own functions (one per library) to

[PATCH 1/2] Wayland logging functionality

2012-05-26 Thread Martin Minarik
The core libwayland libraries should not handle logging, only passing the error messages to subscribed functions. An application linked to libwayland-server or libwayland-client will be able to set own functions (one per library) to handle error messages. Signed-off-by: Martin Minarik --- src/wa

[PATCH 1/2] Wayland logging functionality

2012-05-23 Thread Martin Minarik
The core libwayland libraries should not handle logging, only passing the error messages to subscribed functions. An application linked to libwayland-server or libwayland-client will be able to set own functions (one per library) to handle error messages. --- src/wayland-client.c |6 ++ s