From dbb12a8f08156fed88b7b00b0fbf370c0c0ab8ad Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Fri, 17 May 2019 10:27:18 +0800 Subject: change frameswapped seq --- src/runxdg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runxdg.cpp b/src/runxdg.cpp index 8582023..04017bc 100644 --- a/src/runxdg.cpp +++ b/src/runxdg.cpp @@ -468,7 +468,7 @@ void RunXDG::setup_surface (void) // Recovering 1st time tap_shortcut is dropped because // the application has not been run yet (1st time launch) m_pending_create = false; - m_wm->activateWindow(this->m_role.c_str(), AREA_NORMAL_FULL); + m_hs->publishSubscription(); } } -- cgit 1.2.3-korg