Removed by accident in last commit

This commit is contained in:
Campbell Barton 2018-03-31 23:47:05 +02:00
parent 651b8fb14e
commit d18116a297

@ -316,6 +316,7 @@ typedef struct wmKeyMap {
short kmi_id; /* last kmi id */
/* runtime */
/** Verify if enabled in the current context, use #WM_keymap_poll instead of direct calls. */
int (*poll)(struct bContext *);
/** For modal, #EnumPropertyItem for now. */
const void *modal_items;