X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapp.hpp;h=413d1c9ffe620a5ea3a83332cbc93942e00a341d;hb=2b97202f86c492be91de83a93b513384871f321d;hp=1029aace81a814f1e0198201e49c9af21156d996;hpb=860d9537b74f6fe406d21d3da753a3d09b995557;p=apps%2Fagl-service-windowmanager.git diff --git a/src/app.hpp b/src/app.hpp index 1029aac..413d1c9 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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;