mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
app/internal/window: [iOS] move logic out of GioAppDelegate
We'd like to remove GioAppDelegate when Gio is embedded with gogio's -buildmode=archive. Minimize the code in GioAppDelegate. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -309,3 +309,8 @@ func NewWindow(win Callbacks, opts *Options) error {
|
||||
|
||||
func Main() {
|
||||
}
|
||||
|
||||
//export gio_runMain
|
||||
func gio_runMain() {
|
||||
runMain()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user