home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / awm2 / part12 / neaten.ext.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-21  |  1.3 KB  |  44 lines

  1.  
  2.  
  3.  
  4. #ifndef lint
  5. static char *rcsid_neaten_ext_h = "$Header: /usr/graph2/X11.3/contrib/windowmgrs/awm/RCS/neaten.ext.h,v 1.2 89/02/07 21:25:41 jkh Exp $";
  6. #endif  lint
  7.  
  8. #include "X11/copyright.h"
  9. /*
  10.  *
  11.  * Copyright 1987, 1988 by Ardent Computer Corporation, Sunnyvale, Ca.
  12.  *
  13.  * Copyright 1987 by Jordan Hubbard.
  14.  *
  15.  *
  16.  *                         All Rights Reserved
  17.  *
  18.  * Permission to use, copy, modify, and distribute this software and its
  19.  * documentation for any purpose and without fee is hereby granted,
  20.  * provided that the above copyright notice appear in all copies and that
  21.  * both that copyright notice and this permission notice appear in
  22.  * supporting documentation, and that the name of Ardent Computer
  23.  * Corporation or Jordan Hubbard not be used in advertising or publicity
  24.  * pertaining to distribution of the software without specific, written
  25.  * prior permission.
  26.  *
  27.  */
  28.  
  29. #ifndef NEATEN_DEFINE
  30. #include "neaten.def.h"
  31. #endif
  32.  
  33. extern void Neaten_Desktop();
  34. extern void Neaten_Initialize();
  35. extern void Neaten_Icon_Placement();
  36. extern void Neaten_Identify();
  37. extern int Neaten_Set_Desired();
  38. extern int Neaten_Set_Min();
  39. extern int Neaten_Set_Max();
  40. extern void Neaten_Prorate();
  41. extern int Neaten_Get_Geometry();
  42. extern void Neaten_Set_Priorities();
  43. extern void Neaten_Set_Options();
  44.