Provide access to the X display number in the XGB Conn.

This commit is contained in:
Andrew Gallant
2013-01-26 12:51:21 -05:00
committed by Přemysl Janouch
parent 269a7b9cc6
commit e635de5e1d
2 changed files with 6 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ type Conn struct {
host string
conn net.Conn
display string
DisplayNumber int
DefaultScreen int
SetupBytes []byte