X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44d669c8806e956dd26f48acd46b792822511fe8..c8b1fdc0b52fbc0ce71ab54b4b8954643f788f2a:/include/wx/rawbmp.h diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index d4e9b60d45..d91754c879 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -164,8 +164,8 @@ 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; + // Under GTK+ 2.X we use GdkPixbuf, which is standard RGB or RGBA + typedef wxPixelFormat wxNativePixelFormat; #define wxPIXEL_FORMAT_ALPHA 3 #endif