Merge "Use Event_ShowWindow instead of Event_TapShortcut" 6.99.3 6.99.4 7.90.0 7.99.1 7.99.2 7.99.3 8.0.0 guppy/6.99.3 guppy/6.99.4 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut/8.0.0 halibut_7.90.0 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3 halibut_8.0.0
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Dec 2018 19:47:50 +0000 (19:47 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Thu, 20 Dec 2018 19:47:50 +0000 (19:47 +0000)
src/runxdg.cpp

index 33d5324..8582023 100644 (file)
@@ -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);