]> Cypherpunks repositories - gostls13.git/commit
A first stab at porting the XCB X11 protocol bindings to go.
authorTor Andersson <tor.andersson@gmail.com>
Mon, 30 Nov 2009 22:25:50 +0000 (14:25 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2009 22:25:50 +0000 (14:25 -0800)
commit598f3e284e1f875d20b3517c7c3fa2f4bb7a6f42
treee10f469c1c82ac6462187e6339926faede33e42f
parent9d50b468a1f18ff049879a03bd4d8165e19b4f0d
A first stab at porting the XCB X11 protocol bindings to go.

The python script needs a checkout of xcb/proto to generate
an xproto.go file, which together with xgb.go provide functions
to access all of the core X11 protocol requests. I have included the
generated file.

Extensions and authentication methods are not implemented.

R=r, rsc, nigeltao_golang
https://golang.org/cl/162053
src/pkg/Makefile
src/pkg/xgb/Makefile [new file with mode: 0644]
src/pkg/xgb/example.go [new file with mode: 0644]
src/pkg/xgb/go_client.py [new file with mode: 0644]
src/pkg/xgb/xgb.go [new file with mode: 0644]
src/pkg/xgb/xproto.go [new file with mode: 0644]