diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 03:41:33 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 03:41:33 +0000 |
commit | 5e130c9341a83aced2ebc8b23fbf2c9ef4b0b6da (patch) | |
tree | 6ec1cae4c692949c28104d2fa75b550c5cb8e78d /multimedia/vic/files/patch-aq | |
parent | 2e0bb75b88a156bee7c30eb0bab3929bc4a12eef (diff) | |
download | FreeBSD-ports-5e130c9341a83aced2ebc8b23fbf2c9ef4b0b6da.zip FreeBSD-ports-5e130c9341a83aced2ebc8b23fbf2c9ef4b0b6da.tar.gz |
Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'multimedia/vic/files/patch-aq')
-rw-r--r-- | multimedia/vic/files/patch-aq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/vic/files/patch-aq b/multimedia/vic/files/patch-aq new file mode 100644 index 0000000..a1b6dc6 --- /dev/null +++ b/multimedia/vic/files/patch-aq @@ -0,0 +1,11 @@ +--- color-dither.cc.orig Sun Nov 28 19:18:04 1999 ++++ color-dither.cc Sun Nov 28 19:18:21 1999 +@@ -177,7 +177,7 @@ + protected: + DitherColorModel& cm_; + virtual void update(); +- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; } ++ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; } + DitherMethod method_; + void dither_422(const u_char* frm, u_int off, u_int x, + u_int width, u_int height) const; |