diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-10 20:06:22 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-10 20:06:22 -0400 |
| commit | 3db12a4549548416b141b2b29de42137a5b39aad (patch) | |
| tree | 393c25ed6fae2fc678094035102f05738b0d3451 /xv/xv.go | |
| parent | b618b2ea09167306cfe29b6966faf184bc893c2d (diff) | |
adding package header comments
Diffstat (limited to 'xv/xv.go')
| -rw-r--r-- | xv/xv.go | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -1,7 +1,8 @@ +// Package xv is the X client API for the XVideo extension. package xv /* - This file was generated by xv.xml on May 10 2012 4:20:29pm EDT. + This file was generated by xv.xml on May 10 2012 8:04:33pm EDT. This file is automatically generated. Edit at your peril! */ @@ -40,16 +41,6 @@ func init() { xgb.NewExtErrorFuncs["XVideo"] = make(map[int]xgb.NewErrorFun) } -// 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 +55,16 @@ func init() { // 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 ( TypeInputMask = 1 TypeOutputMask = 2 |
