adjust comment
This commit is contained in:
parent
828f7aa803
commit
33fb585acc
|
@ -12,9 +12,9 @@ import (
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
// WindowConfig is convenience structure for specifying all possible properties of a window.
|
// WindowConfig is a structure for specifying all possible properties of a window. Properties are
|
||||||
// Properties are chosen in such a way, that you usually only need to set a few of them -
|
// chosen in such a way, that you usually only need to set a few of them - defaults (zeros) should
|
||||||
// defaults (zeros) should usually be sensible.
|
// usually be sensible.
|
||||||
//
|
//
|
||||||
// Note that you always need to set the width and the height of a window.
|
// Note that you always need to set the width and the height of a window.
|
||||||
type WindowConfig struct {
|
type WindowConfig struct {
|
||||||
|
|
Loading…
Reference in New Issue