From 875b12b4a0c49f7bc0ae3ba6c4a0b842f2a8653f Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 7 May 2019 01:18:17 +0200 Subject: correctly document the resize event --- env.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'env.go') diff --git a/env.go b/env.go index 85765e4..2515417 100644 --- a/env.go +++ b/env.go @@ -15,6 +15,8 @@ import ( // supplied draw.Image, which is the drawing area of the Env and returns a rectangle // covering the whole part of the image that got changed. // +// An Env guarantees to produce a "resize////" event as its first event. +// // The Events() channel must be unlimited in capacity. Use MakeEventsChan() to create // a channel of events with an unlimited capacity. // -- cgit v1.2.3