forked from bartvdbraak/blender
2.5
Fix in include file, missing 'struct'
This commit is contained in:
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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user