compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the former includes the latter!)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-13 17:14:19 +00:00
parent c6179a847d
commit f383c5b89c
2 changed files with 4 additions and 2 deletions

View File

@@ -20,12 +20,13 @@
#include "wx/string.h"
#include "wx/palette.h"
#include "wx/gdiobj.h"
#include "wx/rawbmp.h"
#ifdef __WXGTK20__
typedef struct _GdkPixbuf GdkPixbuf;
#endif
class WXDLLEXPORT wxPixelDataBase;
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------

View File

@@ -20,12 +20,13 @@
#include "wx/string.h"
#include "wx/palette.h"
#include "wx/gdiobj.h"
#include "wx/rawbmp.h"
#ifdef __WXGTK20__
typedef struct _GdkPixbuf GdkPixbuf;
#endif
class WXDLLEXPORT wxPixelDataBase;
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------