From 62b293c9374609afa344135693c33b9e808ceb72 Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Tue, 8 May 2012 00:27:00 -0400 Subject: use a custom logger so we don't stomp all over the global log configuration --- nexgb/auto_xinerama.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nexgb/auto_xinerama.go') diff --git a/nexgb/auto_xinerama.go b/nexgb/auto_xinerama.go index ff7453c..09db3f8 100644 --- a/nexgb/auto_xinerama.go +++ b/nexgb/auto_xinerama.go @@ -1,7 +1,7 @@ package xgb /* - This file was generated by xinerama.xml on May 7 2012 9:17:57pm EDT. + This file was generated by xinerama.xml on May 7 2012 11:34:26pm EDT. This file is automatically generated. Edit at your peril! */ @@ -37,6 +37,12 @@ func init() { newExtErrorFuncs["XINERAMA"] = make(map[int]newErrorFun) } +// 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' @@ -57,12 +63,6 @@ func init() { // Skipping definition for base type 'Card8' -// Skipping definition for base type 'Int16' - -// Skipping definition for base type 'Int32' - -// Skipping definition for base type 'Void' - // 'XineramaScreenInfo' struct definition // Size: 8 type XineramaScreenInfo struct { -- cgit v1.2.3