--- render/color-true.cpp.old Thu Sep 9 21:38:14 1999 +++ render/color-true.cpp Thu Dec 2 02:22:07 2004 @@ -216,7 +216,7 @@ } protected: virtual void update(); - virtual void disable() { method_ = True24Method(&WindowRenderer::dither_null); } + virtual void disable() { method_ = True24Method(&TrueWindowRenderer24::dither_null); } True24Method method_; void map_422(const u_char* frm, u_int off, u_int x, @@ -264,7 +264,7 @@ } protected: virtual void update(); - virtual void disable() { method_ = True32Method(&WindowRenderer::dither_null); } + virtual void disable() { method_ = True32Method(&TrueWindowRenderer32::dither_null); } True32Method method_; void map_422(const u_char* frm, u_int off, u_int x,