summaryrefslogtreecommitdiff
path: root/conn.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
commit67f391aa9e6095a450ddb08abf0a7a6d29a6737a (patch)
tree214d9a6dbef67f9bc72f5d9e2f2258651cfb22ad /conn.go
parentaa791314d1e318e921a78d804b5b9ab504820495 (diff)
docs
Diffstat (limited to 'conn.go')
-rw-r--r--conn.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/conn.go b/conn.go
index 662a059..9baf86c 100644
--- a/conn.go
+++ b/conn.go
@@ -1,5 +1,12 @@
package xgb
+/*
+conn.go contains a couple of functions that do some real dirty work related
+to the initial connection handshake with X.
+
+This code is largely unmodified from the original XGB package that I forked.
+*/
+
import (
"errors"
"fmt"