- Timestamp:
- Sep 18, 2010, 5:07:39 PM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r005eae5 r818f19c 284 284 285 285 /* Gets the currently active typwin out of the current context. */ 286 owl_editwin *owl_global_ get_typwin(const owl_global *g) {286 owl_editwin *owl_global_current_typwin(const owl_global *g) { 287 287 owl_context *ctx = owl_global_get_context(g); 288 288 /* Get the current editwin from the context. */
Note: See TracChangeset
for help on using the changeset viewer.