Changeset cf83b7a for owl.h


Ignore:
Timestamp:
Jun 30, 2003, 6:12:40 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
Started adding code to do question/response stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rc9334b1 rcf83b7a  
    1717static const char owl_h_fileIdent[] = "$Id$";
    1818
    19 #define OWL_VERSION         2.0.6-pre-1
    20 #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"
    2121
    2222#define OWL_DEBUG 0
     
    9191#define OWL_CTX_RECV         0x0100
    9292#define OWL_CTX_TYPWIN       0xf000
    93 #define OWL_CTX_EDIT         0x3000
     93#define OWL_CTX_EDIT         0x7000
    9494#define OWL_CTX_EDITLINE     0x1000
    9595#define OWL_CTX_EDITMULTI    0x2000
     96#define OWL_CTX_EDITRESPONSE 0x4000
    9697
    9798#define OWL_USERCLUE_NONE       0
     
    444445  owl_list messagequeue;    /* for queueing up aim and other messages */
    445446  owl_list stylelist;       /* global list of available styles */
     447  char *response;           /* response to the last question asked */
    446448} owl_global;
    447449
Note: See TracChangeset for help on using the changeset viewer.