From 3f079e7eff79181a17ace419ebd405a76b3f005c Mon Sep 17 00:00:00 2001 From: Dennis Syrovatsky Date: Wed, 23 Nov 2005 05:23:50 +0000 Subject: Added RBUTTON menu to the file transfer dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@414 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/FTDialog.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vncviewer/FTDialog.h') diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h index 88ff9e93..f9e5ba38 100644 --- a/vncviewer/FTDialog.h +++ b/vncviewer/FTDialog.h @@ -69,6 +69,11 @@ namespace rfb { void onLocalReload(); void onRemoteReload(); + void onLocalRButton(); + void onRemoteRButton(); + void showFTMenu(int copyBtnState, int renameBtnState, + int deleteBtnState, int cancelBtnState); + void onUpload(); void onDownload(); -- cgit v1.2.3