Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184133
Collapse All | Expand All

(-)../tkpng0.7/generic/tkImgPNG.c (-2 / +2 lines)
Lines 2007-2013 Link Here
2007
	 * space for the image being parsed.
2007
	 * space for the image being parsed.
2008
	 */
2008
	 */
2009
2009
2010
	Tk_PhotoExpand(imageHandle, destX + pPNG -> mWidth,
2010
	Tk_PhotoExpand_Panic(imageHandle, destX + pPNG -> mWidth,
2011
		destY + pPNG -> mHeight);
2011
		destY + pPNG -> mHeight);
2012
2012
2013
	/*
2013
	/*
Lines 2149-2155 Link Here
2149
		}
2149
		}
2150
	}
2150
	}
2151
2151
2152
	Tk_PhotoPutBlock(imageHandle, &pPNG -> mBlock, destX, destY,
2152
	Tk_PhotoPutBlock_Panic(imageHandle, &pPNG -> mBlock, destX, destY,
2153
		pPNG -> mBlock.width, pPNG -> mBlock.height, TK_PHOTO_COMPOSITE_SET);
2153
		pPNG -> mBlock.width, pPNG -> mBlock.height, TK_PHOTO_COMPOSITE_SET);
2154
2154
2155
	return TCL_OK;
2155
	return TCL_OK;

Return to bug 184133