diff options
Diffstat (limited to 'nexgb/xproto/xproto.go')
-rw-r--r-- | nexgb/xproto/xproto.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nexgb/xproto/xproto.go b/nexgb/xproto/xproto.go index f162b19..f775a81 100644 --- a/nexgb/xproto/xproto.go +++ b/nexgb/xproto/xproto.go @@ -1,10 +1,7 @@ // Package xproto is the X client API for the extension. package xproto -/* - This file was generated by xproto.xml on Aug 11 2013 8:39:44pm EDT. - This file is automatically generated. Edit at your peril! -*/ +// This file is automatically generated from xproto.xml. Edit at your peril! import ( "github.com/BurntSushi/xgb" |