Fix for bug 90823 - Relaunching or clicking Dock icon should display last minimized window or create new window

This commit is contained in:
lordpixel%mac.com 2002-09-26 03:31:23 +00:00
Родитель ab0adab6b7
Коммит e038422916
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -92,6 +92,7 @@ protected:
virtual void HandleMake(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandleMove(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandleRun(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandleReOpen(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandleOpen(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandlePrint(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);
virtual void HandleQuit(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply);