FreeBSD Bugzilla – Attachment 105647 Details for
Bug 146150
games/nexuiz (Missing function "png_set_gray_1_2_4_to_8")
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-nexuiz.txt
patch-nexuiz.txt (text/plain; charset=US-ASCII), 1.68 KB, created by
Chris Petrik
on 2010-05-16 14:43:49 UTC
(
hide
)
Description:
patch-nexuiz.txt
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2010-05-16 14:43:49 UTC
Size:
1.68 KB
patch
obsolete
>Index: nexuiz/files/patch-image_png.c >=================================================================== >RCS file: nexuiz/files/patch-image_png.c >diff -N nexuiz/files/patch-image_png.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ nexuiz/files/patch-image_png.c 16 May 2010 13:35:08 -0000 >@@ -0,0 +1,34 @@ >+--- image_png.c.bak 2009-09-15 06:08:02.000000000 -0500 >++++ image_png.c 2010-05-16 08:33:18.000000000 -0500 >+@@ -1,3 +1,4 @@ >++ >+ /* >+ Copyright (C) 2006 Serge "(515)" Ziryukin, Forest "LordHavoc" Hale >+ >+@@ -36,7 +37,7 @@ >+ static void* (*qpng_create_info_struct) (void*); >+ static void (*qpng_read_info) (void*, void*); >+ static void (*qpng_set_expand) (void*); >+-static void (*qpng_set_gray_1_2_4_to_8) (void*); >++static void (*qpng_set_expand_gray_1_2_4_to_8) (void*); >+ static void (*qpng_set_palette_to_rgb) (void*); >+ static void (*qpng_set_tRNS_to_alpha) (void*); >+ static void (*qpng_set_gray_to_rgb) (void*); >+@@ -61,7 +62,7 @@ >+ {"png_create_info_struct", (void **) &qpng_create_info_struct}, >+ {"png_read_info", (void **) &qpng_read_info}, >+ {"png_set_expand", (void **) &qpng_set_expand}, >+- {"png_set_gray_1_2_4_to_8", (void **) &qpng_set_gray_1_2_4_to_8}, >++ {"png_set_expand_gray_1_2_4_to_8", (void **) &qpng_set_expand_gray_1_2_4_to_8}, >+ {"png_set_palette_to_rgb", (void **) &qpng_set_palette_to_rgb}, >+ {"png_set_tRNS_to_alpha", (void **) &qpng_set_tRNS_to_alpha}, >+ {"png_set_gray_to_rgb", (void **) &qpng_set_gray_to_rgb}, >+@@ -311,7 +312,7 @@ >+ { >+ qpng_set_gray_to_rgb(png); >+ if (my_png.BitDepth < 8) >+- qpng_set_gray_1_2_4_to_8(png); >++ qpng_set_expand_gray_1_2_4_to_8(png); >+ } >+ >+ if (qpng_get_valid(png, pnginfo, PNG_INFO_tRNS))
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 146150
: 105647