diff --git a/pixelgl/frame.go b/pixelgl/frame.go index b52150361a5bd3b590485c13f902662c4065e8d4..1a6021ddebc5aa532ea6768ab8ff9fd8b7cbaed7 100644 --- a/pixelgl/frame.go +++ b/pixelgl/frame.go @@ -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{