diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libhomescreen.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp index ea35d1e..4a92059 100644 --- a/include/libhomescreen.hpp +++ b/include/libhomescreen.hpp @@ -51,7 +51,7 @@ public: /* Method */ int init(const int port, const std::string& token); - int tapShortcut(const char* application_id); + int tapShortcut(const char* application_name); int onScreenMessage(const char* display_message); int onScreenReply(const char* reply_message); @@ -77,7 +77,6 @@ private: struct afb_wsj1* sp_websock; struct afb_wsj1_itf minterface; sd_event* mploop; - std::string mapp_id; std::string muri; int mport = 2000; |