home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / add-on / include / wind.h < prev   
Encoding:
C/C++ Source or Header  |  1998-08-19  |  846 b   |  21 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)libetitam:wind.h    1.1"
  12. #define W_POPUP        0        /* inside other window        */
  13. #define W_SON        1        /* adjacent to other window    */
  14. #define W_NEW        2        /* in new screen place        */
  15.  
  16. #define WERR_OK        0        /* no error            */
  17. #define WERR_TOOBIG    -1
  18. #define WERR_NOMEM    -7        /* if malloc failed        */
  19.  
  20. extern char wsigflag;
  21.