From: Robert Roebling Date: Thu, 26 Jan 2006 12:28:19 +0000 (+0000) Subject: GTK2 RGBA has 32 bits. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/065fa73213c49c01489cf6c44f788c7486cf4f8d GTK2 RGBA has 32 bits. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index db4c014d15..f9a8df2ab7 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -165,7 +165,7 @@ typedef wxPixelFormat wxImagePixelFormat; #define wxPIXEL_FORMAT_ALPHA 3 #elif defined(__WXGTK__) // Under GTK+ 2.X we use GdkPixbuf, which should be RGBA - typedef wxPixelFormat wxNativePixelFormat; + typedef wxPixelFormat wxNativePixelFormat; #define wxPIXEL_FORMAT_ALPHA 3 #endif