/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __JPEGVIEWEVENTHANDLERS__ #define __JPEGVIEWEVENTHANDLERS__ extern pascal OSErr HandleQuantize(AppleEvent *theEvent, AppleEvent *reply, long refCon); extern pascal OSErr HandleSlideShow(AppleEvent *theEvent, AppleEvent *reply, long refCon); extern pascal OSErr HandleCopy(AppleEvent *theEvent, AppleEvent *reply, long refCon); extern OSErr DoCopy(void); extern OSErr GetSelectedPICT(ImageHandle theImage, PicHandle *thePicture); extern OSErr DoSlideShow(void); #endif