From 0863924483c09d05948f63d1b1740f107e3e80fe Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 8 Feb 2016 01:37:02 +0100 Subject: Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile generator and for random poll enrichment --- src/Main/Forms/RandomPoolEnrichmentDialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/Forms/RandomPoolEnrichmentDialog.h') 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; }; } -- cgit v1.2.3