JPEGView/Headers/ProgressProcs.h

1 line
716 B
C
Raw Permalink Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __PROGRESSPROCS__ #define __PROGRESSPROCS__ extern pascal OSErr DummyProgress(short theMessage, Fixed thePercent, long refCon); extern pascal OSErr GenericProgress(short theMessage, Fixed thePercent, long refCon); extern pascal OSErr DrawProgress(short theMessage, Fixed thePercent, JVDrawParamsHandle theParams); extern pascal OSErr SlideProgress(short theMessage, Fixed thePercent, long refCon); #endif