1
0
mirror of https://github.com/golang/go synced 2024-10-03 12:31:21 -06:00
go/src/pkg/xgb
Tor Andersson 598f3e284e 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
2009-11-30 14:25:50 -08:00
..
example.go A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
go_client.py A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
Makefile A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
xgb.go A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
xproto.go A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00