From 74f9e98c828c17910405092785633373d4ae88e8 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Sun, 4 Jan 2009 07:50:41 +0000 Subject: * Enabled disabled drawing for 'locked' buttons (made with uiBlockSetButLock()) --- source/blender/editors/include/UI_resources.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/UI_resources.h') diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h index 8068eea92d9..b2b1991dc8f 100644 --- a/source/blender/editors/include/UI_resources.h +++ b/source/blender/editors/include/UI_resources.h @@ -904,6 +904,7 @@ void UI_ThemeColorShadeAlpha(int colorid, int coloffset, int alphaoffset); void UI_ThemeColorBlend(int colorid1, int colorid2, float fac); // same, with shade offset void UI_ThemeColorBlendShade(int colorid1, int colorid2, float fac, int offset); +void UI_ThemeColorBlendShadeAlpha(int colorid1, int colorid2, float fac, int offset, int alphaoffset); // returns one value, not scaled float UI_GetThemeValuef(int colorid); -- cgit v1.2.3