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:
authorAlexander Ewering <blender@instinctive.de>2005-10-05 01:46:48 +0400
committerAlexander Ewering <blender@instinctive.de>2005-10-05 01:46:48 +0400
commitd6f1390a3231b5f39cfde9d8582e663d0c453d75 (patch)
tree0c19e9aeb223d27bfb8cc17e84efc3d87e0c0865 /source/blender/include/BIF_interface.h
parent784a99b9b023e655b02c7cf04160fbd787386c6c (diff)
Missing file, must have slipped between 2 of the phone calls :)
Diffstat (limited to 'source/blender/include/BIF_interface.h')
-rw-r--r--source/blender/include/BIF_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h
index 753bda9a9d3..617c3a6f15e 100644
--- a/source/blender/include/BIF_interface.h
+++ b/source/blender/include/BIF_interface.h
@@ -183,7 +183,7 @@ void uiFreeBlocksWin(struct ListBase *lb, int win);
uiBlock *uiNewBlock(struct ListBase *lb, char *name, short dt, short font, short win);
uiBlock *uiGetBlock(char *name, struct ScrArea *sa);
-void uiBlockPickerButtons(struct uiBlock *block, float *col, float *hsv, float *old, char mode, short retval);
+void uiBlockPickerButtons(struct uiBlock *block, float *col, float *hsv, float *old, char *hexcol, char mode, short retval);
/* automatic aligning, horiz or verical */