mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
+1
-1
@@ -726,7 +726,7 @@ func (w *Window) Event() event.Event {
|
|||||||
if w.driver == nil {
|
if w.driver == nil {
|
||||||
e, ok := w.nextEvent()
|
e, ok := w.nextEvent()
|
||||||
if !ok {
|
if !ok {
|
||||||
panic("window initializion failed without a DestroyEvent")
|
panic("window initialization failed without a DestroyEvent")
|
||||||
}
|
}
|
||||||
return e
|
return e
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user