mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
Revert "ui/app,apps: unexport ChangeStage and Stage"
I found a convincing use case: stopping asynchronous activities
while paused. A follow up change will rename the stages and add
an example.
This reverts commit f9840b0963.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ func createWindow(opts *WindowOptions) error {
|
||||
w.w = newWindow(w)
|
||||
go func() {
|
||||
windows <- w.w
|
||||
w.w.event(changeStage{stageVisible})
|
||||
w.w.event(ChangeStage{StageVisible})
|
||||
w.draw(true)
|
||||
select {}
|
||||
w.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user