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/wayland.hpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index f6d17b4..ee9d070 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -132,12 +132,9 @@ struct output : wayland_proxy { // |_| |_|\__,_|_| |_| |_|\___||___/ .__/ \__,_|\___\___| // |_| // _ _ -// __ _ ___ _ __ (_)_ _(_) -// / _` |/ _ \ '_ \| \ \ / / | -// | (_| | __/ | | | |\ V /| | -// \__, |\___|_| |_|_| \_/ |_| -// |___/ -namespace genivi { + +// namespace compositor +namespace compositor { struct size { uint32_t w, h; @@ -351,6 +348,6 @@ struct controller : public wayland_proxy { void layer_screen(struct layer *l, struct wl_output *screen); void layer_destroyed(struct layer *l); }; -} // namespace genivi +} // namespace compositor #endif // !WM_WAYLAND_HPP -- cgit 1.2.3-korg