[Bf-blender-cvs] [d18116a2975] master: Removed by accident in last commit

Campbell Barton noreply at git.blender.org
Sun Apr 1 07:26:47 CEST 2018


Commit: d18116a2975fd6d931affbe0ac4c44e23e82c7ff
Author: Campbell Barton
Date:   Sat Mar 31 23:47:05 2018 +0200
Branches: master
https://developer.blender.org/rBd18116a2975fd6d931affbe0ac4c44e23e82c7ff

Removed by accident in last commit

===================================================================

M	source/blender/makesdna/DNA_windowmanager_types.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list