commit | 3e7ed8164f77dfdfe62d8bedd35e48d3a8ae575a | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Tue Feb 26 10:34:22 2013 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Tue Feb 26 10:34:22 2013 +0000 |
tree | 64b41bc5def3bf5c3f8015bdc48092eef6b66e9b | |
parent | faad79dd78a348a092141a633277b3b6025f82ee [diff] [blame] |
Fix build on 32-bit and 64-bit Windows git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5051 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx index e4d55aa..97e35ba 100644 --- a/vncviewer/CConn.cxx +++ b/vncviewer/CConn.cxx
@@ -192,7 +192,7 @@ Fl::wait((double)next_timer / 1000.0); } -void CConn::socketEvent(int fd, void *data) +void CConn::socketEvent(FL_SOCKET fd, void *data) { CConn *cc; static bool recursing = false;