VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/KeyfileGeneratorDialog.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-02-08 01:37:02 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-02-08 01:39:50 +0100
commit0863924483c09d05948f63d1b1740f107e3e80fe (patch)
tree01edef8d504fa58bda333470e21777728c3da747 /src/Main/Forms/KeyfileGeneratorDialog.h
parent8e2793085e380172f412585d56b87c98a272ba82 (diff)
downloadVeraCrypt-0863924483c09d05948f63d1b1740f107e3e80fe.tar.gz
VeraCrypt-0863924483c09d05948f63d1b1740f107e3e80fe.zip
Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile generator and for random poll enrichment
Diffstat (limited to 'src/Main/Forms/KeyfileGeneratorDialog.h')
-rw-r--r--src/Main/Forms/KeyfileGeneratorDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main/Forms/KeyfileGeneratorDialog.h b/src/Main/Forms/KeyfileGeneratorDialog.h
index 60caf6c7..23c66f08 100644
--- a/src/Main/Forms/KeyfileGeneratorDialog.h
+++ b/src/Main/Forms/KeyfileGeneratorDialog.h
@@ -31,8 +31,10 @@ namespace VeraCrypt
void OnShowRandomPoolCheckBoxClicked (wxCommandEvent& event);
void OnRandomSizeCheckBoxClicked( wxCommandEvent& event );
void ShowBytes (wxStaticText *textCtrl, const ConstBufferPtr &buffer, bool appendDots = true);
+ void HideBytes (wxStaticText *textCtrl, size_t len);
HashList Hashes;
+ int MouseEventsCounter;
};
}