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
Showing
src/pkg/xgb/Makefile
0 → 100644
src/pkg/xgb/example.go
0 → 100644
src/pkg/xgb/go_client.py
0 → 100644
This diff is collapsed.
src/pkg/xgb/xgb.go
0 → 100644
This diff is collapsed.
src/pkg/xgb/xproto.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment