clarify doc

This commit is contained in:
faiface 2017-01-22 01:57:36 +01:00
parent 192c455b16
commit 2f070dc302
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type Frame struct {
width, height int
}
// NewFrame creates a new fully transparent Frame with given dimensions.
// NewFrame creates a new fully transparent Frame with given dimensions in pixels.
func NewFrame(width, height int, smooth bool) *Frame {
f := &Frame{
fb: binder{