summaryrefslogtreecommitdiff
path: root/xf86vidmode/xf86vidmode.go
diff options
context:
space:
mode:
authorAndrew Gallant <[email protected]>2013-08-11 20:45:36 -0400
committerAndrew Gallant <[email protected]>2013-08-11 20:45:36 -0400
commit8bc7a097c3aeddc1832d47cd74a9a365ab1f86ad (patch)
treecc6bf8f99d20ac2f890caf62a793afdf2e26b052 /xf86vidmode/xf86vidmode.go
parentc656fd0b737b591871029286bc3921b33210da82 (diff)
Don't needlessly change source files every time.
Diffstat (limited to 'xf86vidmode/xf86vidmode.go')
-rw-r--r--xf86vidmode/xf86vidmode.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/xf86vidmode/xf86vidmode.go b/xf86vidmode/xf86vidmode.go
index 17c3f3c..55ca67b 100644
--- a/xf86vidmode/xf86vidmode.go
+++ b/xf86vidmode/xf86vidmode.go
@@ -1,10 +1,7 @@
// Package xf86vidmode is the X client API for the XFree86-VidModeExtension extension.
package xf86vidmode
-/*
- This file was generated by xf86vidmode.xml on Aug 11 2013 8:39:44pm EDT.
- This file is automatically generated. Edit at your peril!
-*/
+// This file is automatically generated from xf86vidmode.xml. Edit at your peril!
import (
"github.com/BurntSushi/xgb"