aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-14 13:50:38 (GMT)
committerfluxgen <fluxgen>2002-09-14 13:50:38 (GMT)
commitdeaaaf1c72265af5e90969c7171093faf9d29cbb (patch)
tree91324afcb6ca6493a2d15d6cea0d8dad3c0e6d2e /src
parent62086e6f6806cf3d910c32607842c2c8d990d1bd (diff)
downloadfluxbox-deaaaf1c72265af5e90969c7171093faf9d29cbb.zip
fluxbox-deaaaf1c72265af5e90969c7171093faf9d29cbb.tar.bz2
moved color parsing to Color.cc
Diffstat (limited to 'src')
-rw-r--r--src/Image.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Image.hh b/src/Image.hh
index 7ae8b36..8df93fe 100644
--- a/src/Image.hh
+++ b/src/Image.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Image.hh,v 1.11 2002/08/04 15:55:13 fluxgen Exp $ 25// $Id: Image.hh,v 1.12 2002/09/14 13:50:38 fluxgen Exp $
26 26
27#ifndef IMAGE_HH 27#ifndef IMAGE_HH
28#define IMAGE_HH 28#define IMAGE_HH
@@ -144,7 +144,6 @@ public:
144 void setDither(bool d) { dither = d; } 144 void setDither(bool d) { dither = d; }
145 void setColorsPerChannel(int cpc); 145 void setColorsPerChannel(int cpc);
146 void parseTexture(FbTk::Texture *ret_texture, const char *sval); 146 void parseTexture(FbTk::Texture *ret_texture, const char *sval);
147 void parseColor(FbTk::Color *ret_color, const char *sval = 0);
148 147
149 virtual void timeout(); 148 virtual void timeout();
150 149