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

  1.  
  2.  
  3.  
  4. #ifndef lint
  5. static char *rcsid_neaten_def_h = "$Header: /usr/graph2/X11.3/contrib/windowmgrs/awm/RCS/neaten.def.h,v 1.2 89/02/07 21:25:30 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. #define NEATEN_DEFINE
  30.  
  31. typedef enum {
  32.     Place_Closest,
  33.     Place_Top,
  34.     Place_Bottom,
  35.     Place_Left,
  36.     Place_Right,
  37.     Place_Center
  38. } Placement;
  39.  
  40. #define NEATEN_TRUE 1
  41. #define NEATEN_FALSE 0
  42.  
  43. #define MAX_PRIORITY 100
  44. #define MIN_PRIORITY -100
  45.