- Timestamp:
- Jun 25, 2011, 3:26:15 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 12294d2
- Parents:
- 95b52d1
- git-author:
- David Benjamin <davidben@mit.edu> (06/24/11 22:56:15)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/25/11 03:26:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
context.c
rd427f08 r6829afc 6 6 7 7 /* TODO: dependency from owl_context -> owl_window is annoying. */ 8 G_GNUC_WARN_UNUSED_RESULTowl_context *owl_context_new(int mode, void *data, const char *keymap, owl_window *cursor)8 CALLER_OWN owl_context *owl_context_new(int mode, void *data, const char *keymap, owl_window *cursor) 9 9 { 10 10 owl_context *c;
Note: See TracChangeset
for help on using the changeset viewer.