Begin File: phpyro.c.gz Description:source code to the phpyro screen saver Keywords: screensaver photon example Version: Entered-date: January 22, 1997 Author: Ported-by: Original-site: QNX Copying-policy: free Supplemental: The following functions are defined: static struct projectile * get_projectile (void) static void free_projectile (struct projectile *p) static struct projectile * launch (int xlim, int ylim, int g) static struct projectile * shrapnel (struct projectile *parent) static void pyro () void main (int argc, char *argv[]) int timer_proc( void *data, pid_t proxy, void * data2, size_t size ) int work_proc( void *data ) End