diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
commit | 8f1f1812fbea90b8489d7cd6de57e58a5ec9069b (patch) | |
tree | 2625611c4cabb2cb27593e5f47b5faa709f6685d /mbone/vic/files/patch-ar | |
parent | Don't let patch's auto-RCS-checkout behavior interfere with (diff) |
Update to vic 2.8ucl-1.1.3
PR: ports/27239
Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Diffstat (limited to 'mbone/vic/files/patch-ar')
-rw-r--r-- | mbone/vic/files/patch-ar | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mbone/vic/files/patch-ar b/mbone/vic/files/patch-ar deleted file mode 100644 index afb6bf05058e..000000000000 --- a/mbone/vic/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- color-ed.cc.orig Sun Nov 28 19:18:55 1999 -+++ color-ed.cc Sun Nov 28 19:19:12 1999 -@@ -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; |