home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / AddOns / yydefault.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-13  |  3.1 KB  |  98 lines

  1. /* Define Default Values for YYonX
  2.  * This file is part of YY-server of YYonX (1.3 Distribution)
  3.  * $Id: yydefault.h,v 1.1 1993/01/18 12:57:24 pab Exp $
  4.  *
  5.  * Modified for Eulisp...
  6.  */
  7.  
  8. /****************************************************************************
  9. ;;;
  10. ;;;  Copyright (C) 1989,1990,1991 Aoyama Gakuin University
  11. ;;;
  12. ;;;        All Rights Reserved
  13. ;;;
  14. ;;; This software is developed for the YY project of Aoyama Gakuin University.
  15. ;;; Permission to use, copy, modify, and distribute this software
  16. ;;; and its documentation for any purpose and without fee is hereby granted,
  17. ;;; provided that the above copyright notices appear in all copies and that
  18. ;;; both that copyright notice and this permission notice appear in 
  19. ;;; supporting documentation, and that the name of Aoyama Gakuin
  20. ;;; not be used in advertising or publicity pertaining to distribution of
  21. ;;; the software without specific, written prior permission.
  22. ;;;
  23. ;;; This software is made available AS IS, and Aoyama Gakuin makes no
  24. ;;; warranty about the software, its performance or its conformity to
  25. ;;; any specification. 
  26. ;;;
  27. ;;; To make a contact: Send E-mail to ida@csrl.aoyama.ac.jp for overall
  28. ;;; issues. To ask specific questions, send to the individual authors at
  29. ;;; csrl.aoyama.ac.jp. To request a mailing list, send E-mail to 
  30. ;;; yyonx-request@csrl.aoyama.ac.jp.
  31. ;;;
  32. ;;; Authors:
  33. ;;;   Version 1.0 90/02/26 by Keisuke 'Keiko' Tanaka
  34. ;;;                (keisuke@csrl.aoyama.ac.jp)
  35. ;;;   Version 2.0 90/08/27 by Keisuke 'Keiko' Tanaka
  36. ;;;            Page Mode Territory is supported
  37. ;;;   Version 2.1 90/11/05 by Keisuke 'Keiko' Tanaka
  38. ;;;            Copyright Notice is rewritten
  39. ;;;
  40. ****************************************************************************/
  41.  
  42. /****************************************************************************
  43.   $Revision: 1.1 $ Written by Keisuke 'Keiko' Tanaka
  44.   $Date: 1993/01/18 12:57:24 $
  45. ****************************************************************************/
  46.  
  47. #define YYFONTINFOFILE        "./yyfontinfo"
  48. #define YYINPUTEDITFILE        "./yyinputedit"
  49. #define YYSERVER_LABEL        "YY Window Tool Kit - Aoyama Gakuin Univ./CSK Corp."
  50. #define YYWINDOWNAME        "YY Window Tool Kit"
  51. #define YYICONNAME        "YY Window"
  52. #define YYRESOURCENAME        "yywindow"
  53. #define YYCLASSNAME        "YYWindow"
  54.  
  55. /* Gross system nasties */
  56. #ifdef LITTLE_ENDIAN 
  57. #define THREE_BYTE_OFFSET 0
  58. #else
  59. #define THREE_BYTE_OFFSET 1
  60. #endif    
  61.  
  62. #define YYWINDEFAULTWIDTH    600
  63. #define YYWINDEFAULTHEIGHT    600
  64. #define YYWINMINWIDTH        600
  65. #define YYWINMINHEIGHT        600
  66. #define YYWINMAXWIDTH        2000
  67. #define YYWINMAXHEIGHT        1000
  68. #define YYWINDEFAULTBORDERWIDTH    2
  69. #ifdef KEISUKEENV
  70. #define YYWINDEBUGBORDERWIDTH    1
  71. #else
  72. #define YYWINDEBUGBORDERWIDTH    0
  73. #endif
  74.  
  75. #define DEFAULTTIMEOUT        100
  76. #define TIMEOUTFORXFLUSH    100
  77. #define TIMEOUTFORKEYIN        100
  78.  
  79. #define YYMAXONEPACKETSIZE    1024
  80.  
  81. #define YYPROTO_UNIX_PORT        "/tmp/.YY."
  82. #define YYPROTO_INET_PORT        6750
  83.  
  84. #define YYPROTO_MAGIC        14876
  85.  
  86. #define YYPROTO_VERSION            0
  87. #define YYPROTO_RELEASE            1
  88. #define YYPROTO_SYNC_COUNTER        15
  89. #define YYPROTO_MOUSE_STAY_TIME        500
  90.  
  91. #ifdef KEISUKEENV
  92. #define DEFAULTCHANNEL            2
  93. #else
  94. #define DEFAULTCHANNEL            0
  95. #endif
  96.  
  97. #define YYDEFAULTCURSORFONT        XC_cross
  98.