summaryrefslogtreecommitdiff
path: root/src/progs/dyecmd/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
commitfc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (patch)
treef7f8af4849bc214a27ea8205410568b76ce5ec30 /src/progs/dyecmd/client.h
parent6b3b81988ea37207eeeb2994761e307c6b6fb340 (diff)
downloadmv-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.gz
mv-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.bz2
mv-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.xz
mv-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.zip
Add support for change pin code by server request.
Diffstat (limited to 'src/progs/dyecmd/client.h')
-rw-r--r--src/progs/dyecmd/client.h2
1 files changed, 2 insertions, 0 deletions
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();