]> Cypherpunks repositories - gostls13.git/commit
image/draw: move exp/draw to image/draw and exp/gui.
authorNigel Tao <nigeltao@golang.org>
Sun, 5 Jun 2011 04:27:38 +0000 (14:27 +1000)
committerNigel Tao <nigeltao@golang.org>
Sun, 5 Jun 2011 04:27:38 +0000 (14:27 +1000)
commitb47a38dedb92fd9b2aa28a10de0f4ea3964904c9
treeebc30922c1f933b58dd4f07cebb8a2d83d3f68f0
parentc2cea4418a0f2cdf90f232581dd60dd7975d73c3
image/draw: move exp/draw to image/draw and exp/gui.

R=r
CC=golang-dev
https://golang.org/cl/4515191
src/pkg/Makefile
src/pkg/exp/gui/Makefile [new file with mode: 0644]
src/pkg/exp/gui/gui.go [moved from src/pkg/exp/draw/event.go with 93% similarity]
src/pkg/exp/gui/x11/Makefile [moved from src/pkg/exp/draw/x11/Makefile with 93% similarity]
src/pkg/exp/gui/x11/auth.go [moved from src/pkg/exp/draw/x11/auth.go with 100% similarity]
src/pkg/exp/gui/x11/conn.go [moved from src/pkg/exp/draw/x11/conn.go with 96% similarity]
src/pkg/image/draw/Makefile [moved from src/pkg/exp/draw/Makefile with 90% similarity]
src/pkg/image/draw/clip_test.go [moved from src/pkg/exp/draw/clip_test.go with 100% similarity]
src/pkg/image/draw/draw.go [moved from src/pkg/exp/draw/draw.go with 99% similarity]
src/pkg/image/draw/draw_test.go [moved from src/pkg/exp/draw/draw_test.go with 100% similarity]