all repos — fluxbox @ 05588b7505a320a47f62b0224c8d640847a81cc0

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

05588b7505a320a47f62b0224c8d640847a81cc0

parent

d3361d99608d56e2ed40a4afd6246074d148631a

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/Image.ccsrc/Image.cc

@@ -25,7 +25,7 @@

// stupid macros needed to access some functions in version 2 of the GNU C // library -// $Id: Image.cc,v 1.8 2002/04/08 18:57:53 fluxgen Exp $ +// $Id: Image.cc,v 1.9 2002/05/07 17:14:01 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -1827,9 +1827,9 @@

BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither, int _cpc, unsigned long cache_timeout, - unsigned long cmax): + unsigned long cmax) #ifdef TIMEDCACHE - timer(this) +: timer(this) #endif //TIMEDCACHE { I18n *i18n = I18n::instance();