]> Cypherpunks repositories - gostls13.git/commit
Initial exp/draw/x11 implementation.
authorNigel Tao <nigeltao@golang.org>
Wed, 25 Nov 2009 07:31:34 +0000 (18:31 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 25 Nov 2009 07:31:34 +0000 (18:31 +1100)
commitf65427a8be2976c6d4e4e86bcd5fdd7be9d29ed0
treea407caf1d1b8eb3185ae6a0205a7e76756574af7
parenta0c55432f3f6e6848fb36c04c7afaa7e34144dfa
Initial exp/draw/x11 implementation.

This provides an experimental X11 backend for the exp/draw interface.
It does not aim to provide a complete implementation of the X11 client protocol.

This works for me (Ubuntu Hardy 8.04, GOARCH=386). Your mileage my vary.

R=r, rsc, r1
CC=golang-dev
https://golang.org/cl/156109
src/pkg/exp/draw/x11/Makefile [new file with mode: 0644]
src/pkg/exp/draw/x11/auth.go [new file with mode: 0644]
src/pkg/exp/draw/x11/conn.go [new file with mode: 0644]