From a3363755cdfdafdf02d5a772bd47a462e99af057 Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Thu, 10 May 2012 20:06:22 -0400 Subject: adding package header comments --- nexgb/xtest/xtest.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nexgb/xtest') diff --git a/nexgb/xtest/xtest.go b/nexgb/xtest/xtest.go index e035fe5..357b325 100644 --- a/nexgb/xtest/xtest.go +++ b/nexgb/xtest/xtest.go @@ -1,7 +1,8 @@ +// Package xtest is the X client API for the XTEST extension. package xtest /* - This file was generated by xtest.xml on May 10 2012 4:20:29pm EDT. + This file was generated by xtest.xml on May 10 2012 8:04:33pm EDT. This file is automatically generated. Edit at your peril! */ @@ -39,10 +40,6 @@ func init() { xgb.NewExtErrorFuncs["XTEST"] = make(map[int]xgb.NewErrorFun) } -// Skipping definition for base type 'Void' - -// Skipping definition for base type 'Byte' - // Skipping definition for base type 'Int8' // Skipping definition for base type 'Card16' @@ -63,6 +60,10 @@ func init() { // Skipping definition for base type 'Int32' +// Skipping definition for base type 'Void' + +// Skipping definition for base type 'Byte' + const ( CursorNone = 0 CursorCurrent = 1 -- cgit v1.2.3