Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-04-01 00:47:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-01 00:47:05 +0300
commitd18116a2975fd6d931affbe0ac4c44e23e82c7ff (patch)
treead09d710f583f6349592ffacf9472c1e3c605edc /source
parent651b8fb14eb6ee5cbfa98bffe80a966a0753b14e (diff)
Removed by accident in last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 8d8bc4d7d76..20470ba862e 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -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;