Merge "Add hasWindow field for window agent" am: ccca500200 am: cc1f571439

Original change: https://android-review.googlesource.com/c/platform/hardware/google/aemu/+/2451686

Change-Id: Ia645f5f0708a4b4ca378f35dcb5632d59b369985
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
GitOrigin-RevId: 28824134776f61cb59be49b75b1e0cf5ccca48c9
diff --git a/host-common/include/host-common/window_agent.h b/host-common/include/host-common/window_agent.h
index 23a475c..a9489e0 100644
--- a/host-common/include/host-common/window_agent.h
+++ b/host-common/include/host-common/window_agent.h
@@ -127,6 +127,7 @@
     void (*show_virtual_scene_controls)(bool);
     void (*quit_request)(void);
     void (*getWindowPosition)(int*, int*);
+    bool (*hasWindow)();
 } QAndroidEmulatorWindowAgent;
 
 #ifndef USING_ANDROID_BP