Reimplement -listen in the new FLTK vncviewer. Work done by
Justina Mickonyte for Cendio.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5041 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index ea4edb5..e48b3c7 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -29,7 +29,7 @@
public rdr::FdInStreamBlockCallback
{
public:
- CConn(const char* vncServerName);
+ CConn(const char* vncServerName, network::Socket* sock);
~CConn();
void refreshFramebuffer();