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