diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-10 20:06:22 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-10 20:06:22 -0400 |
commit | a3363755cdfdafdf02d5a772bd47a462e99af057 (patch) | |
tree | 2ac76ade9003d49447edd57ea56d6d7d299d7bc4 /nexgb/dpms | |
parent | 0c50dc6241fa21712e041cfa2bfb9db4ccaef10a (diff) | |
download | haven-a3363755cdfdafdf02d5a772bd47a462e99af057.tar.gz haven-a3363755cdfdafdf02d5a772bd47a462e99af057.tar.xz haven-a3363755cdfdafdf02d5a772bd47a462e99af057.zip |
adding package header comments
Diffstat (limited to 'nexgb/dpms')
-rw-r--r-- | nexgb/dpms/dpms.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nexgb/dpms/dpms.go b/nexgb/dpms/dpms.go index 01314ac..de748e4 100644 --- a/nexgb/dpms/dpms.go +++ b/nexgb/dpms/dpms.go @@ -1,7 +1,8 @@ +// Package dpms is the X client API for the DPMS extension. package dpms /* - This file was generated by dpms.xml on May 10 2012 4:20:27pm EDT. + This file was generated by dpms.xml on May 10 2012 8:04:31pm EDT. This file is automatically generated. Edit at your peril! */ @@ -39,10 +40,6 @@ func init() { xgb.NewExtErrorFuncs["DPMS"] = make(map[int]xgb.NewErrorFun) } -// Skipping definition for base type 'Int32' - -// Skipping definition for base type 'Void' - // Skipping definition for base type 'Byte' // Skipping definition for base type 'Int8' @@ -63,6 +60,10 @@ func init() { // Skipping definition for base type 'Int16' +// Skipping definition for base type 'Int32' + +// Skipping definition for base type 'Void' + const ( DPMSModeOn = 0 DPMSModeStandby = 1 |