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/KeyfileGeneratorDialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/Forms/KeyfileGeneratorDialog.h') 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; }; } -- cgit v1.2.3