diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-07 01:00:45 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-07 01:00:45 -0400 |
| commit | 902f3ad5b8e759879141c3b77a44e3bfdaa298bb (patch) | |
| tree | e7197eac09d56059cad0e9e2dbfb9379a62907eb /auto_xproto.go | |
| parent | 26191c0f45bd6a112085c44c271a135d65c80f18 (diff) | |
added tests
Diffstat (limited to 'auto_xproto.go')
| -rw-r--r-- | auto_xproto.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/auto_xproto.go b/auto_xproto.go index edee988..84b193d 100644 --- a/auto_xproto.go +++ b/auto_xproto.go @@ -1,14 +1,10 @@ package xgb /* - This file was generated by xproto.xml on May 6 2012 3:00:45am EDT. + This file was generated by xproto.xml on May 6 2012 5:48:48pm EDT. This file is automatically generated. Edit at your peril! */ -// Skipping definition for base type 'Int16' - -// Skipping definition for base type 'Int32' - // Skipping definition for base type 'Void' // Skipping definition for base type 'Byte' @@ -31,6 +27,10 @@ package xgb // Skipping definition for base type 'Card8' +// Skipping definition for base type 'Int16' + +// Skipping definition for base type 'Int32' + const ( VisualClassStaticGray = 0 VisualClassGrayScale = 1 |
