aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/FTDialog.h
diff options
context:
space:
mode:
authorDennis Syrovatsky <dennis@tightvnc.com>2005-11-21 15:52:46 +0000
committerDennis Syrovatsky <dennis@tightvnc.com>2005-11-21 15:52:46 +0000
commit4905c8f8cd64627eaafcb1b7f3af403b89ba00ed (patch)
tree61cc4887904b8085069f0e6b0f9e1e70eca3c68c /vncviewer/FTDialog.h
parent514555be0169e6491a14b92f6c08c889c52878eb (diff)
downloadtigervnc-4905c8f8cd64627eaafcb1b7f3af403b89ba00ed.tar.gz
tigervnc-4905c8f8cd64627eaafcb1b7f3af403b89ba00ed.zip
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
Diffstat (limited to 'vncviewer/FTDialog.h')
-rw-r--r--vncviewer/FTDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index 7c577ed9..961b1a89 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -43,7 +43,7 @@ namespace rfb {
FTDialog(HINSTANCE hInst, FileTransfer *pFT);
~FTDialog();
- bool createFTDialog();
+ bool createFTDialog(HWND hwndParent);
bool closeFTDialog();
void destroyFTDialog();