diff options
Diffstat (limited to 'src/Main/GraphicUserInterface.h')
-rw-r--r-- | src/Main/GraphicUserInterface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Main/GraphicUserInterface.h b/src/Main/GraphicUserInterface.h index f170d9a6..01f385a3 100644 --- a/src/Main/GraphicUserInterface.h +++ b/src/Main/GraphicUserInterface.h @@ -100,6 +100,8 @@ namespace VeraCrypt #ifdef TC_MACOSX virtual void MacOpenFiles (const wxArrayString &fileNames); virtual void MacReopenApp (); + static bool HandlePasswordEntryCustomEvent (wxEvent& event); + static void InstallPasswordEntryCustomKeyboardShortcuts (wxWindow* window); #endif template <class T> @@ -133,6 +135,11 @@ namespace VeraCrypt auto_ptr <wxSingleInstanceChecker> SingleInstanceChecker; mutable WaitDialog* mWaitDialog; +public: +#ifdef TC_MACOSX + static int g_customIdCmdV; + static int g_customIdCmdA; +#endif private: GraphicUserInterface (const GraphicUserInterface &); |