You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
replace use of glfw for SurfaceView with use of wayland subsurface positioned over a Gtk widget
This commit is contained in:
@@ -11,6 +11,8 @@ public class SurfaceView extends View {
|
||||
super(context);
|
||||
|
||||
native_constructor(context);
|
||||
|
||||
mSurface.widget = this.widget;
|
||||
}
|
||||
|
||||
private native void native_constructor(Context context);
|
||||
|
||||
Reference in New Issue
Block a user