v2: linux: add icon to linux specific app option and load it during w… (#1272)

* v2: linux: add icon to linux specific app option and load it during window creation

Signed-off-by: Martin Gysel <me@bearsh.org>

* doc: linux specific option: icon
This commit is contained in:
bearsh
2022-03-30 18:15:58 +11:00
committed by GitHub
parent ec31d49b59
commit d8bcf7ac70
3 changed files with 54 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@ package linux
// Options specific to Linux builds
type Options struct {
Icon []byte
}