aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-02-12 11:39:14 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-02-12 11:39:14 +0000
commita4d7197d3ccc411b98666a75126534849141acde (patch)
treed2de909fd51d6b5c4595114a1fac9594e8e59d5d
parent171e9dc0ada1109208792dfaebb273e4ca8f7871 (diff)
parentd21de3da0be206f4ff0bc8543d4168e745f369b4 (diff)
-rw-r--r--src/aglextras/hmi/aglwmclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/aglextras/hmi/aglwmclient.cpp b/src/aglextras/hmi/aglwmclient.cpp
index 5c79832..a754763 100644
--- a/src/aglextras/hmi/aglwmclient.cpp
+++ b/src/aglextras/hmi/aglwmclient.cpp
@@ -154,11 +154,11 @@ AGLWmClient::AGLWmClient (const QString&, int port, QString)
}
);
- // Set the event handler for Event_TapShortcut which will activate the surface for windowmanager
+ // Set the event handler for Event_ShowWindow which will activate the surface for windowmanager
h_ptr->set_event_handler (
- LibHomeScreen::Event_TapShortcut,
+ LibHomeScreen::Event_ShowWindow,
[this](json_object* object) {
- qDebug("Surface got tapShortcut\n");
+ qDebug("Surface got showWindow\n");
activate_window();
}
);