X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Frequest.hpp;h=6b2bda1931e64011022e5eca9d5152062e8bfa65;hb=cf5e35ba81dc65f73ee6d61f2bc9ee048c782883;hp=ded2c0211e919e76fa19db9c53968c3607105580;hpb=1476fb12566dd8d7de9c598bb0ac78e454f52d11;p=apps%2Fagl-service-windowmanager.git diff --git a/src/request.hpp b/src/request.hpp index ded2c02..6b2bda1 100644 --- a/src/request.hpp +++ b/src/request.hpp @@ -30,6 +30,13 @@ enum Task TASK_INVALID }; +enum TaskVisible +{ + VISIBLE, + INVISIBLE, + NO_CHANGE +}; + struct WMTrigger { std::string appid; @@ -43,7 +50,7 @@ struct WMAction std::string appid; std::string role; std::string area; - bool visible; + TaskVisible visible; bool end_draw_finished; };