From 4e1f6616b5ce24022f088943912e4b98e7764100 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 30 Oct 2017 15:38:04 +0900 Subject: Change namespace name to generic name The name of namespace "genivi" was used. This is not generic, so changed it to "compositor". Conflicts: src/app.cpp Change-Id: Ie088e5d404e1981f7bc149abbc20e900bea8ec2d Signed-off-by: Kazumasa Mitsunari --- src/app.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app.hpp') diff --git a/src/app.hpp b/src/app.hpp index 1029aac..782f042 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -39,7 +39,7 @@ namespace wl { struct display; } -namespace genivi { +namespace compositor { struct controller; } @@ -142,7 +142,7 @@ struct App { // This is the one thing, we do not own. struct wl::display *display; - std::unique_ptr controller; + std::unique_ptr controller; std::vector> outputs; struct config config; -- cgit 1.2.3-korg