diff options
Diffstat (limited to 'src/Main/Forms/VolumeCreationProgressWizardPage.h')
-rw-r--r-- | src/Main/Forms/VolumeCreationProgressWizardPage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main/Forms/VolumeCreationProgressWizardPage.h b/src/Main/Forms/VolumeCreationProgressWizardPage.h index 63bd7fa8..417766e4 100644 --- a/src/Main/Forms/VolumeCreationProgressWizardPage.h +++ b/src/Main/Forms/VolumeCreationProgressWizardPage.h @@ -33,8 +33,9 @@ namespace VeraCrypt void SetPageText (const wxString &text) { InfoStaticText->SetLabel (text); } void SetProgressRange (uint64 progressBarRange); void SetProgressValue (uint64 value); void SetProgressState (bool volumeCreatorRunning); + void IncrementEntropyProgress (); Event AbortEvent; protected: @@ -50,8 +51,10 @@ namespace VeraCrypt auto_ptr <wxTimer> RandomPoolTimer; int RealProgressBarRange; wxLongLong StartTime; bool VolumeCreatorRunning; + int MouseEventsCounter; + Mutex AccessMutex; }; } #endif // TC_HEADER_Main_Forms_VolumeCreationProgressWizardPage |