diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-21 15:52:46 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-21 15:52:46 +0000 |
commit | 4905c8f8cd64627eaafcb1b7f3af403b89ba00ed (patch) | |
tree | 61cc4887904b8085069f0e6b0f9e1e70eca3c68c /vncviewer/FTDialog.h | |
parent | 514555be0169e6491a14b92f6c08c889c52878eb (diff) | |
download | tigervnc-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.h | 2 |
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(); |