mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-23 17:38:12 +02:00
We usually use the variable name 'ec' for struct weston_compositor. We currently use the same in our assert macros, bringing issues. Rename 'ec' to 'wc_' in our assert macros, avoiding this kind of issue. Also, this fixes a weston_assert_ macro call in which we forgot to declare 'ec' before calling it. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> |
||
|---|---|---|
| .. | ||
| drm-gbm.c | ||
| drm-internal.h | ||
| drm-kms-enums.h | ||
| drm-virtual.c | ||
| drm.c | ||
| fb.c | ||
| kms-color.c | ||
| kms.c | ||
| libbacklight.c | ||
| libbacklight.h | ||
| meson.build | ||
| modes.c | ||
| state-helpers.c | ||
| state-propose.c | ||