diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-02-08 01:37:02 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-02-08 01:39:50 +0100 |
commit | 0863924483c09d05948f63d1b1740f107e3e80fe (patch) | |
tree | 01edef8d504fa58bda333470e21777728c3da747 /src/Main/Forms/RandomPoolEnrichmentDialog.h | |
parent | 8e2793085e380172f412585d56b87c98a272ba82 (diff) | |
download | VeraCrypt-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/RandomPoolEnrichmentDialog.h')
-rw-r--r-- | src/Main/Forms/RandomPoolEnrichmentDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main/Forms/RandomPoolEnrichmentDialog.h b/src/Main/Forms/RandomPoolEnrichmentDialog.h index 2d55391c..6e113cbe 100644 --- a/src/Main/Forms/RandomPoolEnrichmentDialog.h +++ b/src/Main/Forms/RandomPoolEnrichmentDialog.h @@ -29,8 +29,10 @@ namespace VeraCrypt void OnMouseMotion (wxMouseEvent& event); void OnShowRandomPoolCheckBoxClicked (wxCommandEvent& event); void ShowBytes (wxStaticText *textCtrl, const ConstBufferPtr &buffer); + void HideBytes (wxStaticText *textCtrl, size_t len); HashList Hashes; + int MouseEventsCounter; }; } |