Added browse folders possibility on both sides (local and remote).
Code improvements.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@457 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index d505e5f..36cb669 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -60,6 +60,8 @@
void addRemoteLVItems(FileInfo *pFI);
void reqFolderUnavailable();
+ void onEndBrowseDlg(bool bResult);
+ void getBrowseItems(char *pPath);
void addBrowseItems(FileInfo *pFI);
void setStatusText(LPCSTR format,...);
@@ -132,6 +134,7 @@
void setButtonsState();
bool m_bDlgShown;
+ bool m_bLocalBrowsing;
bool m_bCloseDlgAfterCancel;
UINT m_msgCheckDeleteQueue;