Changeset 818f19c for global.c


Ignore:
Timestamp:
Sep 18, 2010, 5:07:39 PM (15 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
1d74663
Parents:
005eae5
git-author:
David Benjamin <davidben@mit.edu> (08/07/10 15:55:04)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:39)
Message:
Rename owl_global_get_typwin to owl_global_current_typwin

The new name is more explicitly the currently active typwin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r005eae5 r818f19c  
    284284
    285285/* Gets the currently active typwin out of the current context. */
    286 owl_editwin *owl_global_get_typwin(const owl_global *g) {
     286owl_editwin *owl_global_current_typwin(const owl_global *g) {
    287287  owl_context *ctx = owl_global_get_context(g);
    288288  /* Get the current editwin from the context. */
Note: See TracChangeset for help on using the changeset viewer.