aboutsummaryrefslogtreecommitdiff
path: root/nexgb/auto_dri2.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/auto_dri2.go')
-rw-r--r--nexgb/auto_dri2.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/nexgb/auto_dri2.go b/nexgb/auto_dri2.go
index 0712891..68d6084 100644
--- a/nexgb/auto_dri2.go
+++ b/nexgb/auto_dri2.go
@@ -1,7 +1,7 @@
package xgb
/*
- This file was generated by dri2.xml on May 6 2012 5:48:47pm EDT.
+ This file was generated by dri2.xml on May 7 2012 9:17:56pm EDT.
This file is automatically generated. Edit at your peril!
*/
@@ -16,7 +16,7 @@ func (c *Conn) Dri2Init() error {
case err != nil:
return err
case !reply.Present:
- return newError("No extension named DRI2 could be found on on the server.")
+ return errorf("No extension named DRI2 could be found on on the server.")
}
c.extLock.Lock()
@@ -24,6 +24,9 @@ func (c *Conn) Dri2Init() error {
for evNum, fun := range newExtEventFuncs["DRI2"] {
newEventFuncs[int(reply.FirstEvent)+evNum] = fun
}
+ for errNum, fun := range newExtErrorFuncs["DRI2"] {
+ newErrorFuncs[int(reply.FirstError)+errNum] = fun
+ }
c.extLock.Unlock()
return nil
@@ -31,10 +34,9 @@ func (c *Conn) Dri2Init() error {
func init() {
newExtEventFuncs["DRI2"] = make(map[int]newEventFun)
+ newExtErrorFuncs["DRI2"] = make(map[int]newErrorFun)
}
-// Skipping definition for base type 'Float'
-
// Skipping definition for base type 'Id'
// Skipping definition for base type 'Card8'
@@ -59,6 +61,8 @@ func init() {
// Skipping definition for base type 'Bool'
+// Skipping definition for base type 'Float'
+
const (
Dri2AttachmentBufferFrontLeft = 0
Dri2AttachmentBufferBackLeft = 1