mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-18 22:08:10 +02:00
In the function weston_log_subscription_printf() we have a struct weston_log_subscription parameter that in the .c file is named sub. In the .h, the same parameter is named scope. This is confusing, since its type is not struct weston_log_scope, but struct weston_log_subscription. Rename the parameter in the .h to sub. Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net> |
||
|---|---|---|
| .. | ||
| backend-drm.h | ||
| backend-fbdev.h | ||
| backend-headless.h | ||
| backend-rdp.h | ||
| backend-wayland.h | ||
| backend-x11.h | ||
| config-parser.h | ||
| libweston.h | ||
| matrix.h | ||
| meson.build | ||
| plugin-registry.h | ||
| version.h.in | ||
| weston-log.h | ||
| windowed-output-api.h | ||
| xwayland-api.h | ||
| zalloc.h | ||