From 065fa73213c49c01489cf6c44f788c7486cf4f8d Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 26 Jan 2006 12:28:19 +0000 Subject: [PATCH] GTK2 RGBA has 32 bits. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/rawbmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2