diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-08 23:07:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-08 23:07:24 +0000 |
| commit | 01096f867493aed2efc2694c986811404288c1f1 (patch) | |
| tree | 69be448dffccea605007a2c254c22ac6a2ac9d90 /src/Image.hh | |
| parent | 2d5e1c55f132a0a834eb28146fe60c8e2ca8e665 (diff) | |
sync with blackbox-cvs
Diffstat (limited to 'src/Image.hh')
| -rw-r--r-- | src/Image.hh | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/Image.hh b/src/Image.hh index 4d72bc14..0e82456c 100644 --- a/src/Image.hh +++ b/src/Image.hh @@ -37,7 +37,6 @@ extern "C" { class BImageControl; class BTexture; -class BImageCache; class BImage { private: @@ -59,6 +58,8 @@ private: #endif Pixmap renderPixmap(void); + Pixmap render_solid(const BTexture &texture); + Pixmap render_gradient(const BTexture &texture); XImage *renderXImage(void); @@ -80,19 +81,6 @@ public: ~BImage(void); Pixmap render(const BTexture &texture); - Pixmap render_solid(const BTexture &texture); - Pixmap render_gradient(const BTexture &texture); - - // static methods for the builtin cache - static unsigned long maximumCacheSize(void); - static void setMaximumCacheSize(const unsigned long cache_max); - - static unsigned long cacheTimeout(void); - static void setCacheTimeout(const unsigned long cache_timeout); - -private: - // global image cache - static BImageCache *imagecache; }; |
