From a0f1a15e23283b11892de05c73a6aa3be0901f00 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 --- auto_randr.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'auto_randr.go') diff --git a/auto_randr.go b/auto_randr.go index 4e707e6..1971c2a 100644 --- a/auto_randr.go +++ b/auto_randr.go @@ -1,7 +1,7 @@ package xgb /* - This file was generated by randr.xml on May 7 2012 9:17:56pm EDT. + This file was generated by randr.xml on May 7 2012 11:34:26pm EDT. This file is automatically generated. Edit at your peril! */ @@ -38,6 +38,14 @@ func init() { newExtErrorFuncs["RANDR"] = 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' // Skipping definition for base type 'Card16' @@ -56,14 +64,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' - -// Skipping definition for base type 'Byte' - const ( RandrRotationRotate0 = 1 RandrRotationRotate90 = 2 -- cgit v1.2.3