app: fix NewWindow comment

Window options are a list now, not a struct.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-04-20 20:08:01 +02:00
parent 30b46ded6b
commit 10f932137c
-2
View File
@@ -72,8 +72,6 @@ var ackEvent event.Event
// options. The options are hints; the platform is free to
// ignore or adjust them.
//
// If opts are nil, a set of sensible defaults are used.
//
// If the current program is running on iOS and Android,
// NewWindow returns the window previously created by the
// platform.