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
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}()
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