git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2145
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/* skip most extensions */
while (mygetc() == 0x21) /* separator */
{
/* skip most extensions */
while (mygetc() == 0x21) /* separator */
{
if (mygetc() == 0xF9) /* graphic control ext. */
{
if (mygetc() == 0xF9) /* graphic control ext. */
{
- wxLogDebug("buf[1] is %i (%i)", buf[1], buf[1] & 0x01);
+ wxLogDebug(_T("buf[1] is %i (%i)"), buf[1], buf[1] & 0x01);
- wxLogDebug("setting transparen %i", buf[4]);
+ wxLogDebug(_T("setting transparen %i"), buf[4]);
img->transparent = buf[4];
}
}
img->transparent = buf[4];
}
}
}
if (igif.transparent != -1) {
}
if (igif.transparent != -1) {
image->SetMaskColour(pal[3 * (igif.transparent) + 0], pal[3 * (igif.transparent) + 0], pal[3 * (igif.transparent) + 0]);
image->SetMask(TRUE);
}
image->SetMaskColour(pal[3 * (igif.transparent) + 0], pal[3 * (igif.transparent) + 0], pal[3 * (igif.transparent) + 0]);
image->SetMask(TRUE);
}
- wxLogDebug("(unsigned int)%i", (unsigned int)-1);
+ wxLogDebug(_T("(unsigned int)%i"), (unsigned int)-1);
free(igif.pal);
free(igif.p);
return TRUE;
free(igif.pal);
free(igif.p);
return TRUE;