summaryrefslogtreecommitdiff
path: root/src/progs/dyecmd/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-08 01:43:04 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-08 01:43:04 +0300
commit5d190c3ae47aef32c1f1fe48f36dd27cec721cf3 (patch)
treee1788d79f031ff8196bd9de084cb95771770518d /src/progs/dyecmd/client.h
parent676c5e978cbb312fbf4df8ec396c0f8b08944a96 (diff)
downloadmv-5d190c3ae47aef32c1f1fe48f36dd27cec721cf3.tar.gz
mv-5d190c3ae47aef32c1f1fe48f36dd27cec721cf3.tar.bz2
mv-5d190c3ae47aef32c1f1fe48f36dd27cec721cf3.tar.xz
mv-5d190c3ae47aef32c1f1fe48f36dd27cec721cf3.zip
Focus previous window after pin code accepted by server.
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 88522e49a..89dd82e11 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 focusWindow();
+
void slowLogic();
static bool isTmw();