diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:24:52 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:24:52 -0400 |
commit | 4ea94ca0fef7786ce21722cbb02a9cf069bdedd9 (patch) | |
tree | e9457e6797efb4c5e55666e440c886045204a79d /nexgb/randr | |
parent | 58bb2572c5d1e88689aa1b30dc55b702acf57f4f (diff) | |
download | haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.tar.gz haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.tar.xz haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.zip |
Bug fix in the generator that was outputting %(MISSING) crud.
Diffstat (limited to 'nexgb/randr')
-rw-r--r-- | nexgb/randr/randr.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nexgb/randr/randr.go b/nexgb/randr/randr.go index 9a6e89f..b17cb83 100644 --- a/nexgb/randr/randr.go +++ b/nexgb/randr/randr.go @@ -2,7 +2,7 @@ package randr /* - This file was generated by randr.xml on May 11 2012 11:57:19pm EDT. + This file was generated by randr.xml on May 26 2012 6:23:13pm EDT. This file is automatically generated. Edit at your peril! */ @@ -41,8 +41,6 @@ func init() { xgb.NewExtErrorFuncs["RANDR"] = make(map[int]xgb.NewErrorFun) } -// Skipping definition for base type 'Card8' - // Skipping definition for base type 'Int16' // Skipping definition for base type 'Int32' @@ -65,6 +63,8 @@ func init() { // Skipping definition for base type 'Float' +// Skipping definition for base type 'Card8' + const ( RotationRotate0 = 1 RotationRotate90 = 2 @@ -203,7 +203,7 @@ func (v ScreenSize) Bytes() []byte { return buf } -// ScreenSizeListBytes writes a list of %s(MISSING) values to a byte slice. +// ScreenSizeListBytes writes a list of ScreenSize values to a byte slice. func ScreenSizeListBytes(buf []byte, list []ScreenSize) int { b := 0 var structBytes []byte @@ -264,7 +264,7 @@ func (v RefreshRates) Bytes() []byte { return buf } -// RefreshRatesListBytes writes a list of %s(MISSING) values to a byte slice. +// RefreshRatesListBytes writes a list of RefreshRates values to a byte slice. func RefreshRatesListBytes(buf []byte, list []RefreshRates) int { b := 0 var structBytes []byte @@ -404,7 +404,7 @@ func (v ModeInfo) Bytes() []byte { return buf } -// ModeInfoListBytes writes a list of %s(MISSING) values to a byte slice. +// ModeInfoListBytes writes a list of ModeInfo values to a byte slice. func ModeInfoListBytes(buf []byte, list []ModeInfo) int { b := 0 var structBytes []byte @@ -512,7 +512,7 @@ func (v CrtcChange) Bytes() []byte { return buf } -// CrtcChangeListBytes writes a list of %s(MISSING) values to a byte slice. +// CrtcChangeListBytes writes a list of CrtcChange values to a byte slice. func CrtcChangeListBytes(buf []byte, list []CrtcChange) int { b := 0 var structBytes []byte @@ -615,7 +615,7 @@ func (v OutputChange) Bytes() []byte { return buf } -// OutputChangeListBytes writes a list of %s(MISSING) values to a byte slice. +// OutputChangeListBytes writes a list of OutputChange values to a byte slice. func OutputChangeListBytes(buf []byte, list []OutputChange) int { b := 0 var structBytes []byte @@ -695,7 +695,7 @@ func (v OutputProperty) Bytes() []byte { return buf } -// OutputPropertyListBytes writes a list of %s(MISSING) values to a byte slice. +// OutputPropertyListBytes writes a list of OutputProperty values to a byte slice. func OutputPropertyListBytes(buf []byte, list []OutputProperty) int { b := 0 var structBytes []byte |