Changeset fc5eef4 for global.c


Ignore:
Timestamp:
Sep 18, 2010, 5:07:40 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
6a35938
Parents:
c394de8
git-author:
David Benjamin <davidben@mit.edu> (08/14/10 01:47:04)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:40)
Message:
Configure owl_global_set_typwin_inactive to be called on context deactivate

This removes the explicit calls to the deactivate function. In
particular, it means that we can set up an alternate deactivate function
and edit:done needn't know about it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rc394de8 rfc5eef4  
    330330                          hist);
    331331  return g->tw;
     332}
     333
     334void owl_global_deactivate_editcontext(owl_context *ctx) {
     335  owl_global *g = ctx->cbdata;
     336  owl_global_set_typwin_inactive(g);
    332337}
    333338
Note: See TracChangeset for help on using the changeset viewer.