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