weston/doc/sphinx/toc/libweston
Leandro Ribeiro f66685d9db weston-log: add function to avoid direct access to compositor members in non-core code
If we use the function weston_log_context_add_log_scope()
in non-core code, it's necessary to access
weston_compositor::weston_log_ctx.

This is not ideal, since the goal is to make core structs
(weston_compositor, weston_surface, weston_output, etc)
opaque.

Add function weston_compositor_add_log_scope(), so non-core
users are able to pass weston_compositor as argument instead
of weston_compositor::weston_log_ctx.

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
2020-01-29 09:55:24 +00:00
..
images doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00
compositor.rst compositor: Destroy the compositor before the log scope 2019-07-18 13:34:04 +03:00
head.rst doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00
log.rst weston-log: add function to avoid direct access to compositor members in non-core code 2020-01-29 09:55:24 +00:00
meson.build doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00
output-management.rst doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00
output.rst doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00