aboutsummaryrefslogtreecommitdiff
path: root/nexgb/conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/conn.go')
-rw-r--r--nexgb/conn.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/nexgb/conn.go b/nexgb/conn.go
index 662a059..9baf86c 100644
--- a/nexgb/conn.go
+++ b/nexgb/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"