32->8 to shut up error in the beginning
This commit is contained in:
@@ -76,7 +76,7 @@ extern "C" void SetIcon( const RageSurface *pSrcImg )
|
|||||||
GdkPixbuf *pIcon;
|
GdkPixbuf *pIcon;
|
||||||
pIcon = gdk_pixbuf_new_from_data(pImg->pixels,
|
pIcon = gdk_pixbuf_new_from_data(pImg->pixels,
|
||||||
GDK_COLORSPACE_RGB, true,
|
GDK_COLORSPACE_RGB, true,
|
||||||
32,
|
8,
|
||||||
pImg->w, pImg->h,
|
pImg->w, pImg->h,
|
||||||
pImg->h * pImg->pitch, // ?
|
pImg->h * pImg->pitch, // ?
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user