aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.hpp
diff options
context:
space:
mode:
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