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/Forms.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Main/Forms/Forms.h') diff --git a/src/Main/Forms/Forms.h b/src/Main/Forms/Forms.h index 629519ae..fc3f62d3 100644 --- a/src/Main/Forms/Forms.h +++ b/src/Main/Forms/Forms.h @@ -39,9 +39,9 @@ class WizardPage; #include #include #include +#include #include #include -#include /////////////////////////////////////////////////////////////////////////// @@ -411,6 +411,7 @@ namespace VeraCrypt wxChoice* HashChoice; wxStaticText* RandomPoolStaticText; wxCheckBox* ShowRandomPoolCheckBox; + wxGauge* CollectedEntropy; wxStaticText* MouseStaticText; wxStaticText* m_staticText60; wxSpinCtrl* NumberOfKeyfiles; @@ -639,6 +640,7 @@ namespace VeraCrypt wxChoice* HashChoice; wxStaticText* RandomPoolStaticText; wxCheckBox* ShowRandomPoolCheckBox; + wxGauge* CollectedEntropy; wxStaticText* MouseStaticText; wxButton* ContinueButton; -- cgit v1.2.3