diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-08 00:27:00 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-08 00:27:00 -0400 |
| commit | a0f1a15e23283b11892de05c73a6aa3be0901f00 (patch) | |
| tree | c04855619527c4bdab731dc760b736c7b6cc4292 /auto_composite.go | |
| parent | 784aa58b44e2b3e2c1ab7b88e5229cd7d54b22f4 (diff) | |
use a custom logger so we don't stomp all over the global log configuration
Diffstat (limited to 'auto_composite.go')
| -rw-r--r-- | auto_composite.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/auto_composite.go b/auto_composite.go index 4262468..85c4ee2 100644 --- a/auto_composite.go +++ b/auto_composite.go @@ -1,7 +1,7 @@ package xgb /* - This file was generated by composite.xml on May 7 2012 9:17:56pm EDT. + This file was generated by composite.xml on May 7 2012 11:34:25pm EDT. This file is automatically generated. Edit at your peril! */ @@ -38,12 +38,6 @@ func init() { newExtErrorFuncs["Composite"] = make(map[int]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' // Skipping definition for base type 'Card16' @@ -64,6 +58,12 @@ func init() { // 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 ( CompositeRedirectAutomatic = 0 CompositeRedirectManual = 1 |
