mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
app: [iOS] disable fallback decorations
Before this change, the iOS backend would not report decoration support at window creation. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -128,6 +128,7 @@ func onCreate(view, controller C.CFTypeRef) {
|
||||
w.w = wopts.window
|
||||
w.w.SetDriver(w)
|
||||
views[view] = w
|
||||
w.Configure(wopts.options)
|
||||
w.w.Event(system.StageEvent{Stage: system.StagePaused})
|
||||
w.w.Event(ViewEvent{ViewController: uintptr(controller)})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user