Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • context.c

    rd4927a7 rf271129  
    1 #include <string.h>
    21#include "owl.h"
    32
     
    65
    76/* TODO: dependency from owl_context -> owl_window is annoying. */
    8 owl_context *owl_context_new(int mode, void *data, const char *keymap, owl_window *cursor)
     7CALLER_OWN owl_context *owl_context_new(int mode, void *data, const char *keymap, owl_window *cursor)
    98{
    109  owl_context *c;
Note: See TracChangeset for help on using the changeset viewer.