aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-17 10:27:18 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-17 10:27:18 +0800
commitdbb12a8f08156fed88b7b00b0fbf370c0c0ab8ad (patch)
tree81ae61867045d72cd9115ef9b5157664b2bfdda4
parentda4fc1efac827ac209c4d7c83968e0433c681298 (diff)
change frameswapped seqsandbox/wangzhiqiang/als2019
-rw-r--r--src/runxdg.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
}