diff options
Diffstat (limited to 'mbone/vic/patches/patch-ar')
-rw-r--r-- | mbone/vic/patches/patch-ar | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/vic/patches/patch-ar b/mbone/vic/patches/patch-ar new file mode 100644 index 00000000000..be0f1acbfe7 --- /dev/null +++ b/mbone/vic/patches/patch-ar @@ -0,0 +1,13 @@ +$NetBSD: patch-ar,v 1.1 2002/08/16 16:56:00 agc Exp $ + +--- color-ed.cc 2002/08/16 16:39:06 1.1 ++++ color-ed.cc 2002/08/16 16:39:16 +@@ -180,7 +180,7 @@ + protected: + EDColorModel& cm_; + virtual void update(); +- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; } ++ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; } + EDMethod method_; + void dither_422(const u_char* frm, u_int off, u_int x, + u_int width, u_int height) const; |