Bug fix in the generator that was outputting %(MISSING) crud.

This commit is contained in:
Andrew Gallant (Ocelot)
2012-05-26 18:24:52 -04:00
parent 58bb2572c5
commit 4ea94ca0fe
29 changed files with 332 additions and 332 deletions

View File

@@ -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