Changeset cf83b7a for context.c


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
  • context.c

    r53f421b rcf83b7a  
    9393}
    9494
     95void owl_context_set_editresponse(owl_context *ctx, owl_editwin *ew)
     96{
     97  ctx->data = (void*)ew;
     98  SET_ACTIVE(ctx, OWL_CTX_EDITRESPONSE);
     99}
     100
Note: See TracChangeset for help on using the changeset viewer.