From c2d7a375563b93ee7dac34b22ca78c09ca928f02 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sat, 29 Oct 2011 22:49:47 +0200 Subject: added additional parameter 'evaluate' for ; variables can now be evaluate: 'always': eval at every access, 'tick': eval. once per display update, 'switch': once per channel or menu update, 'once': eval. only once, interval: eval only after a certain amount of time. default = 'tick'; removed method ImageFile::SupportsScaling() (no longer required) --- glcdgraphics/imagefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glcdgraphics/imagefile.h') diff --git a/glcdgraphics/imagefile.h b/glcdgraphics/imagefile.h index 2cc1eba..959d31e 100644 --- a/glcdgraphics/imagefile.h +++ b/glcdgraphics/imagefile.h @@ -31,7 +31,7 @@ public: virtual bool Load(cImage & image, const std::string & fileName); virtual bool Save(cImage & image, const std::string & fileName); - virtual bool SupportsScaling(void) { return true; } + //virtual bool SupportsScaling(void) { return true; } virtual bool LoadScaled(cImage & image, const std::string & fileName, uint16_t & scalew, uint16_t & scaleh); }; -- cgit v1.2.3