X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Frequest.hpp;h=073dd275f2a17a0d1ea5a3fc1ff091590cd9bd64;hb=92cbe39df7b53208e15bea19e523570be915cf1e;hp=84973de37b6abcea609f5d8e9613387191b92f1e;hpb=3a9996eb359accdbadb0e5eaa5259c910b7ae46a;p=apps%2Fagl-service-windowmanager.git diff --git a/src/request.hpp b/src/request.hpp index 84973de..073dd27 100644 --- a/src/request.hpp +++ b/src/request.hpp @@ -24,6 +24,8 @@ namespace wm { +class WMClient; + enum Task { TASK_ALLOCATE, @@ -48,13 +50,12 @@ struct WMTrigger struct WMAction { - std::string appid; + unsigned req_num; + std::shared_ptr client; std::string role; std::string area; TaskVisible visible; bool end_draw_finished; - std::shared_ptr client; - unsigned req_num; }; struct WMRequest