X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayers.hpp;h=5fee28ab14bc1da75739a392a2f10dad7702386c;hb=fe5ec2c4094fdb7769f0e38557d02cfc35b7838d;hp=63650b44e1a26ab6a7043a61833697862ad6a9fb;hpb=08b73681b0ea6206fc6dc96575ac3e8d6006bc70;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/layers.hpp b/src/layers.hpp index 63650b4..5fee28a 100644 --- a/src/layers.hpp +++ b/src/layers.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. @@ -48,7 +48,7 @@ struct layer { // the actual value is computed using MAX + 1 - w // That is; allow us to specify dimensions dependent on // e.g. screen dimension, w/o knowing the actual screen size. - genivi::rect rect; + compositor::rect rect; // Specify a role prefix for surfaces that should be // put on this layer. std::string role;