Re: [PATCH v2 1/2] Wayland: logging

2012-05-31 Thread Kristian Høgsberg
On Mon, May 28, 2012 at 12:18:25PM +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 librar

Re: [PATCH v2 1/2] Wayland: logging

2012-05-28 Thread Pekka Paalanen
On Mon, 28 May 2012 12:18:25 +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 v2 1/2] Wayland: logging

2012-05-28 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. Changes in this version I've removed WL_PR