diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-12 21:36:31 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-12 21:36:31 -0400 |
commit | 24fef4062ad441c935f5a87e908c5f293d8a2f42 (patch) | |
tree | a00d266cb13d7d9267df2f431ed643fc7a1562fd /nexgb/conn.go | |
parent | f77feff864545c590ad4f717ecf47278703e1792 (diff) | |
download | haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.gz haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.xz haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.zip |
docs
Diffstat (limited to 'nexgb/conn.go')
-rw-r--r-- | nexgb/conn.go | 7 |
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" |