app: update NewWindow docs to reflect multi-window support

Fixes gio#19

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-07 16:30:33 +02:00
parent b07d34354e
commit f710bdf8e8
+2 -1
View File
@@ -78,7 +78,8 @@ var ackEvent event.Event
// NewWindow returns the window previously created by the
// platform.
//
// BUG: Calling NewWindow more than once is not yet supported.
// Calling NewWindow more than once is not supported on
// iOS, Android, WebAssembly.
func NewWindow(options ...Option) *Window {
opts := &window.Options{
Width: unit.Dp(800),