提交 76757fe0 编写于 作者: S Simon Fels

Add dirty hack to get rid of home window/task for now

上级 08024962
......@@ -50,6 +50,11 @@ void Manager::apply_window_state_update(const WindowState::List &updated,
w->second->update_state(window);
continue;
}
// HACK: We ignore the first task here which will be always the home
// stack of Android. This needs to be solved differently so that the
// Android side doesn't create this stack at all.
if (window.task() == 0)
continue;
auto platform_window = platform_->create_window(window);
platform_window->ref();
platform_window->attach();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册