From e239bb3c68a4981a3916534203c2fbd6b96f593c Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Thu, 10 May 2012 12:47:19 -0400 Subject: make resource ids their own individual types. last commit before overhaul to sub-packages --- nexgb/auto_xf86dri.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nexgb/auto_xf86dri.go') diff --git a/nexgb/auto_xf86dri.go b/nexgb/auto_xf86dri.go index eb9b14a..4caa416 100644 --- a/nexgb/auto_xf86dri.go +++ b/nexgb/auto_xf86dri.go @@ -1,7 +1,7 @@ package xgb /* - This file was generated by xf86dri.xml on May 8 2012 11:03:24pm EDT. + This file was generated by xf86dri.xml on May 10 2012 12:39:34pm EDT. This file is automatically generated. Edit at your peril! */ @@ -33,6 +33,8 @@ func init() { newExtErrorFuncs["XFree86-DRI"] = make(map[int]newErrorFun) } +// Skipping definition for base type 'Float' + // Skipping definition for base type 'Card8' // Skipping definition for base type 'Int16' @@ -55,10 +57,6 @@ func init() { // Skipping definition for base type 'Bool' -// Skipping definition for base type 'Float' - -// Skipping definition for base type 'Id' - // 'Xf86driDrmClipRect' struct definition // Size: 8 type Xf86driDrmClipRect struct { -- cgit v1.2.3-54-g00ecf