Merge "Avoid holding device lock while destroying specific context" into main
diff --git a/host-common/include/host-common/window_agent.h b/host-common/include/host-common/window_agent.h
index be16f13..db95dbb 100644
--- a/host-common/include/host-common/window_agent.h
+++ b/host-common/include/host-common/window_agent.h
@@ -47,6 +47,9 @@
 typedef void (*UiUpdateFunc)(void* data);
 
 typedef struct QAndroidEmulatorWindowAgent {
+    // Initialize the UI, e.g. load and apply settings from all windows
+    void (*initUI)();
+
     // Get a pointer to the emulator window structure.
     EmulatorWindow* (*getEmulatorWindow)(void);