From 2f070dc3020fcafc28ca86c30aaaa053d907c767 Mon Sep 17 00:00:00 2001 From: faiface Date: Sun, 22 Jan 2017 01:57:36 +0100 Subject: [PATCH] clarify doc --- pixelgl/frame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelgl/frame.go b/pixelgl/frame.go index b521503..1a6021d 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{