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
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2009-01-04 10:50:41 +0300
committerMatt Ebb <matt@mke3.net>2009-01-04 10:50:41 +0300
commit74f9e98c828c17910405092785633373d4ae88e8 (patch)
treeecbb6c22c0a67b36047a3b42373a40d00ec3226c /source/blender/editors/include/UI_resources.h
parent0feedfe591f46667efdd0a70e3e29cd2e10927dd (diff)
* Enabled disabled drawing for 'locked' buttons
(made with uiBlockSetButLock())
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h1
1 files changed, 1 insertions, 0 deletions
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);