Code review comment for lp:~gerboland/miral/use-miral-close

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+void WindowManagementPolicy::ask_client_to_close(const miral::Window &window)
+{
+ m_tools.ask_client_to_close(window);
+}

I assume this is running on a Qt thread?

So it needs to do m_tools.invoke_under_lock(...).

review: Needs Fixing

« Back to merge proposal