implement WindowManager for composeUI popups

currently everything is created as GtkPopover which is not ideal for
toplevel windows, so print a warning in that case.
This commit is contained in:
Julian Winkler
2024-12-14 23:33:29 +01:00
parent c8ed103516
commit 47fc749018
5 changed files with 102 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ libtranslationlayer_so = shared_library('translation_layer_main', [
'src/api-impl-jni/views/AndroidLayout.c',
'src/api-impl-jni/views/android_view_View.c',
'src/api-impl-jni/views/android_view_ViewGroup.c',
'src/api-impl-jni/views/android_view_WindowManagerImpl.c',
'src/api-impl-jni/widgets/WrapperWidget.c',
'src/api-impl-jni/widgets/android_view_SurfaceView.c',
'src/api-impl-jni/widgets/android_webkit_WebView.c',