diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 19:47:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-12-20 19:47:50 +0000 |
commit | da4fc1efac827ac209c4d7c83968e0433c681298 (patch) | |
tree | bcc6641d83df217bdff4d4f1bd118aab1d7ee121 | |
parent | 415e5cbb5787aa0429558b5256bf912231297431 (diff) | |
parent | 93a5d6fef6e1ed01ed722d1110ad362369335f17 (diff) |
Merge "Use Event_ShowWindow instead of Event_TapShortcut"halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy/6.99.4guppy/6.99.38.0.07.99.37.99.27.99.17.90.06.99.46.99.3
-rw-r--r-- | src/runxdg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runxdg.cpp b/src/runxdg.cpp index 33d5324..8582023 100644 --- a/src/runxdg.cpp +++ b/src/runxdg.cpp @@ -333,7 +333,7 @@ int RunXDG::init_hs (void) AGL_DEBUG("Activesurface %s ", this->m_role.c_str()); this->m_wm->activateWindow(this->m_role.c_str(), AREA_NORMAL_FULL); }; - m_hs->set_event_handler(LibHomeScreen::Event_TapShortcut, handler); + m_hs->set_event_handler(LibHomeScreen::Event_ShowWindow, handler); std::function< void(json_object*) > h_default= [](json_object* object) { const char *j_str = json_object_to_json_string(object); |