initial commit. not currently in a working state.

This commit is contained in:
Andrew Gallant (Ocelot)
2012-04-28 23:25:57 -04:00
commit 52a21b415a
16 changed files with 1906 additions and 0 deletions

19
nexgb/Makefile Normal file
View File

@@ -0,0 +1,19 @@
XPROTO=/usr/share/xcb
all: xproto xinerama
xproto:
python2 go_client.py $(XPROTO)/xproto.xml
gofmt -w xproto.go
xinerama:
python2 go_client.py $(XPROTO)/xinerama.xml
gofmt -w xinerama.go
randr:
python2 go_client.py $(XPROTO)/randr.xml
gofmt -w randr.go
render:
python2 go_client.py $(XPROTO)/render.xml
gofmt -w render.go