Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101215 Details for
Bug 154025
dev-python/pygame-1.7.1-r1.ebuild with unicode support patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pygame-1.7.1-font.c.patch
pygame-1.7.1-font.c.patch (text/plain), 603 bytes, created by
Plyatov Igor
on 2006-11-04 05:37:14 UTC
(
hide
)
Description:
pygame-1.7.1-font.c.patch
Filename:
MIME Type:
Creator:
Plyatov Igor
Created:
2006-11-04 05:37:14 UTC
Size:
603 bytes
patch
obsolete
>diff -Naur pygame-1.7.1release/src/font.c pygame-1.7.1release-patched/src/font.c >--- pygame-1.7.1release/src/font.c 2005-08-10 05:53:49.000000000 +0400 >+++ pygame-1.7.1release-patched/src/font.c 2006-11-04 16:22:51.000000000 +0300 >@@ -476,9 +476,9 @@ > if(aa) > { > if(!bg_rgba_obj) >- surf = TTF_RenderText_Blended(font, string, foreg); >+ surf = TTF_RenderUTF8_Blended(font, string, foreg); > else >- surf = TTF_RenderText_Shaded(font, string, foreg, backg); >+ surf = TTF_RenderUTF8_Shaded(font, string, foreg, backg); > } > else > surf = TTF_RenderText_Solid(font, string, foreg);
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 154025
:
101214
| 101215