diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:07:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-08 06:07:15 +0300 |
commit | fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (patch) | |
tree | f7f8af4849bc214a27ea8205410568b76ce5ec30 /src/progs/dyecmd | |
parent | 6b3b81988ea37207eeeb2994761e307c6b6fb340 (diff) | |
download | manaplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.gz manaplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.bz2 manaplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.xz manaplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.zip |
Add support for change pin code by server request.
Diffstat (limited to 'src/progs/dyecmd')
-rw-r--r-- | src/progs/dyecmd/client.cpp | 4 | ||||
-rw-r--r-- | src/progs/dyecmd/client.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/progs/dyecmd/client.cpp b/src/progs/dyecmd/client.cpp index 40b2ad48f..353d4718f 100644 --- a/src/progs/dyecmd/client.cpp +++ b/src/progs/dyecmd/client.cpp @@ -809,6 +809,10 @@ void Client::focusWindow() } } +void Client::updatePinState() +{ +} + void Client::logVars() { #ifdef ANDROID diff --git a/src/progs/dyecmd/client.h b/src/progs/dyecmd/client.h index 89dd82e11..6b110ccbd 100644 --- a/src/progs/dyecmd/client.h +++ b/src/progs/dyecmd/client.h @@ -74,6 +74,8 @@ class Client final : public ActionListener void windowRemoved(const Window *const window); + void updatePinState(); + void focusWindow(); void slowLogic(); |