Fix in include file, missing 'struct'
This commit is contained in:
Ton Roosendaal 2009-07-28 16:50:13 +00:00
parent 347a1f4376
commit 87b547c79f

@ -100,7 +100,7 @@ int WM_key_event_is_tweak(short type);
const char *WM_key_event_string(short type); const char *WM_key_event_string(short type);
char *WM_key_event_operator_string(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, char *str, int len); char *WM_key_event_operator_string(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, char *str, int len);
void WM_key_event_operator_change(const bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier); void WM_key_event_operator_change(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier);
/* handlers */ /* handlers */