aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ImageControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-01 02:56:46 (GMT)
committermarkt <markt>2006-07-01 02:56:46 (GMT)
commit698539d9b9012bb6c282725e775e358c1bd4a281 (patch)
tree2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/ImageControl.hh
parenta14c322dcbbc7330b6933230168d34411f7ac63b (diff)
downloadfluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip
fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2
more dead functions
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r--src/FbTk/ImageControl.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh
index 18ad8db..a0f1cc7 100644
--- a/src/FbTk/ImageControl.hh
+++ b/src/FbTk/ImageControl.hh
@@ -70,11 +70,15 @@ public:
70 void removeImage(Pixmap thepix); 70 void removeImage(Pixmap thepix);
71 void colorTables(const unsigned char **, const unsigned char **, const unsigned char **, 71 void colorTables(const unsigned char **, const unsigned char **, const unsigned char **,
72 int *, int *, int *, int *, int *, int *) const; 72 int *, int *, int *, int *, int *, int *) const;
73#ifdef NOT_USED
73 void getXColorTable(XColor **, int *); 74 void getXColorTable(XColor **, int *);
75#endif
74 void getGradientBuffers(unsigned int, unsigned int, 76 void getGradientBuffers(unsigned int, unsigned int,
75 unsigned int **, unsigned int **); 77 unsigned int **, unsigned int **);
76 void setDither(bool d) { m_dither = d; } 78 void setDither(bool d) { m_dither = d; }
79#ifdef NOT_USED
77 void setColorsPerChannel(int cpc); 80 void setColorsPerChannel(int cpc);
81#endif
78 82
79 void cleanCache(); 83 void cleanCache();
80private: 84private: