X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;fp=src%2Fwayland.hpp;h=ee9d0705d6417dddbdf48050802b2d534e962bc9;hb=4e1f6616b5ce24022f088943912e4b98e7764100;hp=f6d17b4596bf705ae3becbb78497da4328da08f1;hpb=1ac578c061ec2640efb8b09396c824511702877d;p=apps%2Fagl-service-windowmanager-2017.git 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