RE: [PATCH weston 1/8] libweston: add weston_debug API and implementation

2017-09-08 Thread Devadoss, Maniraj (RBEI/ECF3; ADITG/SWG)
25 To: Devadoss, Maniraj (RBEI/ECF3; ADITG/SWG) Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston 1/8] libweston: add weston_debug API and implementation On Thu, 24 Aug 2017 16:16:15 +0200 Maniraj Devadoss wrote: > weston_debug is both a libweston API for relaying debugging

Re: [PATCH weston 1/8] libweston: add weston_debug API and implementation

2017-08-30 Thread Pekka Paalanen
On Thu, 24 Aug 2017 16:16:15 +0200 Maniraj Devadoss wrote: > weston_debug is both a libweston API for relaying debugging messages, > and the compositor-debug wayland protocol implementation for accessing those > debug messages from a Wayland client. > > weston_debug_compositor_{create,destroy}()

[PATCH weston 1/8] libweston: add weston_debug API and implementation

2017-08-24 Thread Maniraj Devadoss
weston_debug is both a libweston API for relaying debugging messages, and the compositor-debug wayland protocol implementation for accessing those debug messages from a Wayland client. weston_debug_compositor_{create,destroy}() are private API, hence not exported. Signed-off-by: Pekka Paalanen