From c178e325b807258199ae45b2c50c265b4d7ce7af Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 30 Dec 2014 17:01:49 +0100 Subject: Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread. --- src/Main/CommandLineInterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/CommandLineInterface.h') diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h index d3c2a0b3..c0d3f19f 100644 --- a/src/Main/CommandLineInterface.h +++ b/src/Main/CommandLineInterface.h @@ -75,6 +75,7 @@ namespace VeraCrypt shared_ptr ArgVolumePath; VolumeInfoList ArgVolumes; VolumeType::Enum ArgVolumeType; + bool ArgTrueCryptMode; bool StartBackgroundTask; UserPreferences Preferences; -- cgit v1.2.3