diff options
author | fluxgen <fluxgen> | 2002-05-07 17:14:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-07 17:14:01 (GMT) |
commit | 05588b7505a320a47f62b0224c8d640847a81cc0 (patch) | |
tree | ed324ca234c88629b91afff1b1a75b64660254d1 | |
parent | d3361d99608d56e2ed40a4afd6246074d148631a (diff) | |
download | fluxbox-05588b7505a320a47f62b0224c8d640847a81cc0.zip fluxbox-05588b7505a320a47f62b0224c8d640847a81cc0.tar.bz2 |
minor fix
-rw-r--r-- | src/Image.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Image.cc b/src/Image.cc index d174953..e1f54fe 100644 --- a/src/Image.cc +++ b/src/Image.cc | |||
@@ -25,7 +25,7 @@ | |||
25 | // stupid macros needed to access some functions in version 2 of the GNU C | 25 | // stupid macros needed to access some functions in version 2 of the GNU C |
26 | // library | 26 | // library |
27 | 27 | ||
28 | // $Id: Image.cc,v 1.8 2002/04/08 18:57:53 fluxgen Exp $ | 28 | // $Id: Image.cc,v 1.9 2002/05/07 17:14:01 fluxgen Exp $ |
29 | 29 | ||
30 | //use GNU extensions | 30 | //use GNU extensions |
31 | #ifndef _GNU_SOURCE | 31 | #ifndef _GNU_SOURCE |
@@ -1827,9 +1827,9 @@ void BImage::cdgradient(void) { | |||
1827 | 1827 | ||
1828 | BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither, | 1828 | BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither, |
1829 | int _cpc, unsigned long cache_timeout, | 1829 | int _cpc, unsigned long cache_timeout, |
1830 | unsigned long cmax): | 1830 | unsigned long cmax) |
1831 | #ifdef TIMEDCACHE | 1831 | #ifdef TIMEDCACHE |
1832 | timer(this) | 1832 | : timer(this) |
1833 | #endif //TIMEDCACHE | 1833 | #endif //TIMEDCACHE |
1834 | { | 1834 | { |
1835 | I18n *i18n = I18n::instance(); | 1835 | I18n *i18n = I18n::instance(); |