Added code for controling the progress of the file transfer.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@443 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FileTransfer.h b/vncviewer/FileTransfer.h
index 3b2d3d8..bd1b75d 100644
--- a/vncviewer/FileTransfer.h
+++ b/vncviewer/FileTransfer.h
@@ -66,6 +66,7 @@
     private:
       bool m_bFTDlgShown;
       bool m_bInitialized;
+      bool m_bResized;
 
       FTDialog *m_pFTDialog;