- Timestamp:
- Jun 30, 2003, 6:12:40 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 453bd70
- Parents:
- c9334b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rc9334b1 rcf83b7a 17 17 static const char owl_h_fileIdent[] = "$Id$"; 18 18 19 #define OWL_VERSION 2.0.6-pre- 120 #define OWL_VERSION_STRING "2.0.6-pre- 1"19 #define OWL_VERSION 2.0.6-pre-2 20 #define OWL_VERSION_STRING "2.0.6-pre-2" 21 21 22 22 #define OWL_DEBUG 0 … … 91 91 #define OWL_CTX_RECV 0x0100 92 92 #define OWL_CTX_TYPWIN 0xf000 93 #define OWL_CTX_EDIT 0x 300093 #define OWL_CTX_EDIT 0x7000 94 94 #define OWL_CTX_EDITLINE 0x1000 95 95 #define OWL_CTX_EDITMULTI 0x2000 96 #define OWL_CTX_EDITRESPONSE 0x4000 96 97 97 98 #define OWL_USERCLUE_NONE 0 … … 444 445 owl_list messagequeue; /* for queueing up aim and other messages */ 445 446 owl_list stylelist; /* global list of available styles */ 447 char *response; /* response to the last question asked */ 446 448 } owl_global; 447 449
Note: See TracChangeset
for help on using the changeset viewer.