aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-08 00:23:01 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-08 00:38:15 +0900
commit9cfdd8937209e3e47b551e7a188add100cbae2e7 (patch)
tree037f80b8785cb9a62bf6e55e62ffe21c391b2285 /src/applist.hpp
parent46d1ad85e8a4531dcb7dc9599f6c09554e2cdfbb (diff)
Change names. Not use sequence number but request number
* AppList API * Member variable(Not use sequence) Change-Id: Ie0d3d0394c5e050e894b11a91aab97f5bac73f00 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/applist.hpp')
-rw-r--r--src/applist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/applist.hpp b/src/applist.hpp
index 320d36b..a5f64d4 100644
--- a/src/applist.hpp
+++ b/src/applist.hpp
@@ -47,8 +47,8 @@ class AppList
void removeSurface(unsigned surface);
// Request Interface
- unsigned currentSequenceNumber();
- unsigned getSequenceNumber(const std::string &appid);
+ unsigned currentRequestNumber();
+ unsigned getRequestNumber(const std::string &appid);
unsigned addAllocateRequest(WMRequest req);
/* TODO: consider, which is better WMClient or std::string appid?
if appid is key to manage resources, it is better to select std::string