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 render
/*
This file was generated by render.xml on May 11 2012 11:57:19pm EDT.
This file was generated by render.xml on May 26 2012 6:23:13pm EDT.
This file is automatically generated. Edit at your peril!
*/
@@ -40,18 +40,6 @@ func init() {
xgb.NewExtErrorFuncs["RENDER"] = make(map[int]xgb.NewErrorFun)
}
// Skipping definition for base type 'Float'
// Skipping definition for base type 'Card8'
// Skipping definition for base type 'Int16'
// Skipping definition for base type 'Int32'
// Skipping definition for base type 'Void'
// Skipping definition for base type 'Byte'
// Skipping definition for base type 'Int8'
// Skipping definition for base type 'Card16'
@@ -64,6 +52,18 @@ func init() {
// Skipping definition for base type 'Bool'
// Skipping definition for base type 'Float'
// Skipping definition for base type 'Card8'
// Skipping definition for base type 'Int16'
// Skipping definition for base type 'Int32'
// Skipping definition for base type 'Void'
// Skipping definition for base type 'Byte'
const (
PictTypeIndexed = 0
PictTypeDirect = 1
@@ -289,7 +289,7 @@ func (v Directformat) Bytes() []byte {
return buf
}
// DirectformatListBytes writes a list of %s(MISSING) values to a byte slice.
// DirectformatListBytes writes a list of Directformat values to a byte slice.
func DirectformatListBytes(buf []byte, list []Directformat) int {
b := 0
var structBytes []byte
@@ -372,7 +372,7 @@ func (v Pictforminfo) Bytes() []byte {
return buf
}
// PictforminfoListBytes writes a list of %s(MISSING) values to a byte slice.
// PictforminfoListBytes writes a list of Pictforminfo values to a byte slice.
func PictforminfoListBytes(buf []byte, list []Pictforminfo) int {
b := 0
var structBytes []byte
@@ -426,7 +426,7 @@ func (v Pictvisual) Bytes() []byte {
return buf
}
// PictvisualListBytes writes a list of %s(MISSING) values to a byte slice.
// PictvisualListBytes writes a list of Pictvisual values to a byte slice.
func PictvisualListBytes(buf []byte, list []Pictvisual) int {
b := 0
var structBytes []byte
@@ -496,7 +496,7 @@ func (v Pictdepth) Bytes() []byte {
return buf
}
// PictdepthListBytes writes a list of %s(MISSING) values to a byte slice.
// PictdepthListBytes writes a list of Pictdepth values to a byte slice.
func PictdepthListBytes(buf []byte, list []Pictdepth) int {
b := 0
var structBytes []byte
@@ -565,7 +565,7 @@ func (v Pictscreen) Bytes() []byte {
return buf
}
// PictscreenListBytes writes a list of %s(MISSING) values to a byte slice.
// PictscreenListBytes writes a list of Pictscreen values to a byte slice.
func PictscreenListBytes(buf []byte, list []Pictscreen) int {
b := 0
var structBytes []byte
@@ -649,7 +649,7 @@ func (v Indexvalue) Bytes() []byte {
return buf
}
// IndexvalueListBytes writes a list of %s(MISSING) values to a byte slice.
// IndexvalueListBytes writes a list of Indexvalue values to a byte slice.
func IndexvalueListBytes(buf []byte, list []Indexvalue) int {
b := 0
var structBytes []byte
@@ -717,7 +717,7 @@ func (v Color) Bytes() []byte {
return buf
}
// ColorListBytes writes a list of %s(MISSING) values to a byte slice.
// ColorListBytes writes a list of Color values to a byte slice.
func ColorListBytes(buf []byte, list []Color) int {
b := 0
var structBytes []byte
@@ -771,7 +771,7 @@ func (v Pointfix) Bytes() []byte {
return buf
}
// PointfixListBytes writes a list of %s(MISSING) values to a byte slice.
// PointfixListBytes writes a list of Pointfix values to a byte slice.
func PointfixListBytes(buf []byte, list []Pointfix) int {
b := 0
var structBytes []byte
@@ -831,7 +831,7 @@ func (v Linefix) Bytes() []byte {
return buf
}
// LinefixListBytes writes a list of %s(MISSING) values to a byte slice.
// LinefixListBytes writes a list of Linefix values to a byte slice.
func LinefixListBytes(buf []byte, list []Linefix) int {
b := 0
var structBytes []byte
@@ -901,7 +901,7 @@ func (v Triangle) Bytes() []byte {
return buf
}
// TriangleListBytes writes a list of %s(MISSING) values to a byte slice.
// TriangleListBytes writes a list of Triangle values to a byte slice.
func TriangleListBytes(buf []byte, list []Triangle) int {
b := 0
var structBytes []byte
@@ -975,7 +975,7 @@ func (v Trapezoid) Bytes() []byte {
return buf
}
// TrapezoidListBytes writes a list of %s(MISSING) values to a byte slice.
// TrapezoidListBytes writes a list of Trapezoid values to a byte slice.
func TrapezoidListBytes(buf []byte, list []Trapezoid) int {
b := 0
var structBytes []byte
@@ -1057,7 +1057,7 @@ func (v Glyphinfo) Bytes() []byte {
return buf
}
// GlyphinfoListBytes writes a list of %s(MISSING) values to a byte slice.
// GlyphinfoListBytes writes a list of Glyphinfo values to a byte slice.
func GlyphinfoListBytes(buf []byte, list []Glyphinfo) int {
b := 0
var structBytes []byte
@@ -1160,7 +1160,7 @@ func (v Transform) Bytes() []byte {
return buf
}
// TransformListBytes writes a list of %s(MISSING) values to a byte slice.
// TransformListBytes writes a list of Transform values to a byte slice.
func TransformListBytes(buf []byte, list []Transform) int {
b := 0
var structBytes []byte
@@ -1214,7 +1214,7 @@ func (v Animcursorelt) Bytes() []byte {
return buf
}
// AnimcursoreltListBytes writes a list of %s(MISSING) values to a byte slice.
// AnimcursoreltListBytes writes a list of Animcursorelt values to a byte slice.
func AnimcursoreltListBytes(buf []byte, list []Animcursorelt) int {
b := 0
var structBytes []byte
@@ -1275,7 +1275,7 @@ func (v Spanfix) Bytes() []byte {
return buf
}
// SpanfixListBytes writes a list of %s(MISSING) values to a byte slice.
// SpanfixListBytes writes a list of Spanfix values to a byte slice.
func SpanfixListBytes(buf []byte, list []Spanfix) int {
b := 0
var structBytes []byte
@@ -1335,7 +1335,7 @@ func (v Trap) Bytes() []byte {
return buf
}
// TrapListBytes writes a list of %s(MISSING) values to a byte slice.
// TrapListBytes writes a list of Trap values to a byte slice.
func TrapListBytes(buf []byte, list []Trap) int {
b := 0
var structBytes []byte