update comment

This commit is contained in:
AJ Kelly
2012-03-20 17:11:12 -05:00
parent 2618164fa8
commit e0a8bc81b0
@@ -84,7 +84,7 @@ extern "C" void SetIcon( const RageSurface *pSrcImg )
GDK_COLORSPACE_RGB, true,
8,
pImg->w, pImg->h,
pImg->h * pImg->pitch, // ?
pImg->h * pImg->pitch, // not sure how to handle rowstride
NULL, NULL);
delete pImg;