FreeBSD Bugzilla – Attachment 49087 Details for
Bug 75066
mbone/vic is broken on FreeBSD 5.3 and 6-CURRENT.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 800 bytes, created by
KONDOU, Kazuhiro
on 2004-12-14 19:40:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KONDOU, Kazuhiro
Created:
2004-12-14 19:40:27 UTC
Size:
800 bytes
patch
obsolete
>--- render/color-gray.cpp.old Thu Sep 9 21:38:11 1999 >+++ render/color-gray.cpp Thu Dec 2 02:25:43 2004 >@@ -82,7 +82,7 @@ > } > protected: > virtual void update(); >- virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; } >+ virtual void disable() { method_ = &GrayWindowRenderer::dither_null; } > GrayMethod method_; > }; > >--- render/color-hi.cpp.old Thu Sep 9 21:38:11 1999 >+++ render/color-hi.cpp Thu Dec 2 02:25:28 2004 >@@ -196,7 +196,7 @@ > protected: > HiColorModel& cm_; > virtual void update(); >- virtual void disable() { method_ = HiMethod(&WindowRenderer::dither_null); } >+ virtual void disable() { method_ = HiMethod(&HiWindowRenderer::dither_null); } > HiMethod method_; > void map_422(const u_char* frm, u_int off, u_int x, > u_int width, u_int height) const;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75066
:
49082
|
49083
|
49084
|
49085
|
49086
| 49087 |
49088
|
49089
|
49090