]> Cypherpunks repositories - gostls13.git/commit
exp/draw: unify a draw.Context's keyboard, mouse, etc. channels into a
authorNigel Tao <nigeltao@golang.org>
Mon, 6 Sep 2010 09:22:49 +0000 (19:22 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 6 Sep 2010 09:22:49 +0000 (19:22 +1000)
commitc849b23ce9f8c72dd14392ad7b4d2bf7a97622ee
tree7e6210635471eebf33bb2d8cc4ad72474bf711d4
parent68cce4ab206586267fcfa9ac4ef3dc8396054e94
exp/draw: unify a draw.Context's keyboard, mouse, etc. channels into a
single event channel.

A quit event is now represented by closing that channel.

R=r, rsc, nigeltao
CC=golang-dev
https://golang.org/cl/2114042
src/pkg/exp/draw/event.go
src/pkg/exp/draw/x11/conn.go