libweston: Rename weston_debug_scope to weston_log_scope

This is a continuation of the previous patch to align more closely to
the weston log framework.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2019-04-17 13:05:38 +03:00
committed by Daniel Stone
parent 3d7d978c21
commit 5d5e335845
6 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -1168,7 +1168,7 @@ struct weston_compositor {
struct weston_touch_calibrator *touch_calibrator;
struct weston_log_context *weston_log_ctx;
struct weston_debug_scope *debug_scene;
struct weston_log_scope *debug_scene;
};
struct weston_buffer {