Added parent window handle to the creation method
of the file transfer dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@409 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FileTransfer.h b/vncviewer/FileTransfer.h
index 6bf36c9..805c10e 100644
--- a/vncviewer/FileTransfer.h
+++ b/vncviewer/FileTransfer.h
@@ -45,7 +45,7 @@
bool initialize(rdr::InStream *pIS, rdr::OutStream *pOS);
bool processFTMsg(int type);
- bool show();
+ bool show(HWND hwndParent);
void requestFileList(char *pPath, int dest, bool bDirOnly);