Minor fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@1024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-03-29 18:37:06 +00:00
parent 85f0252c6a
commit 8dfe862ee8
3 changed files with 1 additions and 46 deletions

View file

@ -3,15 +3,6 @@ enum {
CTRL_CHECKED, CTRL_HOTCHECKED
};
struct CtrlsImgLook : Vector<Value> { // deprecated - remove after refactoring chameleon
CtrlsImgLook& operator()(int i, int n = 4);
CtrlsImgLook& operator()(int i, const Image& img, Color (*fn)(int i), int n = 4);
CtrlsImgLook& operator()(int i, const Image& img, int n = 4);
CtrlsImgLook(int i, int n = 4);
CtrlsImgLook(int i, const Image& img, Color (*fn)(int i), int n = 4);
CtrlsImgLook(int i, const Image& img, int n = 4);
};
void CtrlsImageLook(Value *look, int i, int n = 4);
void CtrlsImageLook(Value *look, int i, const Image& image, const Color *color, int n = 4);
void CtrlsImageLook(Value *look, int i, const Image& image, int n = 4);