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