home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xsaver / part03 / scaling.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-10  |  825 b   |  23 lines

  1. /*
  2.  * $Source: /mit/sipbsrc/uus/src/xscreensaver/RCS/scaling.h,v $
  3.  * $Author: jik $
  4.  * $Header: scaling.h,v 1.4 89/02/28 06:55:26 jik Exp $
  5.  *
  6.  * This file is part of xscreensaver.  It contains the declarations
  7.  * for the code in scaling.c.
  8.  * 
  9.  * Author: Jonathan Kamens, MIT Project Athena and
  10.  *                          MIT Student Information Processing Board
  11.  *
  12.  * Copyright (c) 1989 by Jonathan Kamens.  This code may be
  13.  * distributed freely as long as this notice is kept intact in its
  14.  * entirety and every effort is made to send all corrections and
  15.  * improvements to the code back to the author.  Also, don't try to
  16.  * make any money off of it or pretend that you wrote it.
  17.  */
  18.  
  19. extern double cm_per_pixel_x, cm_per_pixel_y;
  20. extern double cm_x(), cm_y();
  21. extern double line_length_cm();
  22. extern int calc_delay();
  23.