FreeBSD Bugzilla – Attachment 151482 Details for
Bug 196655
graphics/sdl_ttf: add Debian patch to fix font rendering in devel/onscripter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
files/patch-bug1433
patch-bug1433 (text/plain), 617 bytes, created by
Jan Beich
on 2015-01-12 20:27:42 UTC
(
hide
)
Description:
files/patch-bug1433
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-01-12 20:27:42 UTC
Size:
617 bytes
patch
obsolete
>Description: Fix bug report "TTF_RenderGlyph_Shaded is broken" > Introduced in 2.0.11-2 (Sat, 03 Mar 2012). >Author: Unknown >Last-Update: 2012-03-03 >Bug-Debian: http://bugs.debian.org/661987 >Bug-Upstream: https://bugzilla.libsdl.org/show_bug.cgi?id=1433 > >--- SDL_ttf.c >+++ SDL_ttf.c >@@ -1752,7 +1752,7 @@ > /* Copy the character from the pixmap */ > src = glyph->pixmap.buffer; > dst = (Uint8*) textbuf->pixels; >- for ( row = 0; row < glyph->bitmap.rows; ++row ) { >+ for ( row = 0; row < glyph->pixmap.rows; ++row ) { > memcpy( dst, src, glyph->pixmap.width ); > src += glyph->pixmap.pitch; > dst += textbuf->pitch;
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 196655
: 151482