mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa openFiles message instead of the deprecated Carbon "open-document" event
This commit is contained in:
@@ -94,7 +94,8 @@ namespace VeraCrypt
|
||||
void ExecuteWaitThreadRoutine (wxWindow *parent, WaitThreadRoutine *pRoutine) const;
|
||||
|
||||
#ifdef TC_MACOSX
|
||||
virtual void MacOpenFile (const wxString &fileName);
|
||||
virtual void MacOpenFiles (const wxArrayString &fileNames);
|
||||
virtual void MacReopenApp ();
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user