FreeBSD Bugzilla – Attachment 49084 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), 741 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:
741 bytes
patch
obsolete
>--- 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,
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