From f6c7a69565153f65e49a0f6421ad04d23cdd946a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Sep 2012 05:44:47 +0000 Subject: code cleanup: correct misleading use of LABEL button type. --- source/blender/editors/include/UI_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index ecf0f9f8c2f..c6f58fdd70b 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -196,7 +196,7 @@ typedef enum { UI_BUT_POIN_BIT = 256 /* OR'd with a bit index*/ } eButPointerType; -/* button requires a pointer */ +/* requires (but->poin != NULL) */ #define UI_BUT_POIN_TYPES (UI_BUT_POIN_FLOAT | UI_BUT_POIN_SHORT | UI_BUT_POIN_CHAR) /* assigned to but->type, OR'd with the flags above when passing args */ -- cgit v1.2.3