32->8 to shut up error in the beginning

This commit is contained in:
AJ Kelly
2011-08-23 09:28:36 -05:00
parent 336d6036f1
commit 47390a22bf
@@ -76,7 +76,7 @@ extern "C" void SetIcon( const RageSurface *pSrcImg )
GdkPixbuf *pIcon;
pIcon = gdk_pixbuf_new_from_data(pImg->pixels,
GDK_COLORSPACE_RGB, true,
32,
8,
pImg->w, pImg->h,
pImg->h * pImg->pitch, // ?
NULL, NULL);