#define _WX_BITMAP_H_
#ifdef __GNUG__
-#pragma interface "bitmap.h"
+ #pragma interface "bitmap.h"
#endif
-#include "wx/gdiobj.h"
-#include "wx/gdicmn.h"
#include "wx/palette.h"
// Bitmap
DECLARE_DYNAMIC_CLASS(wxBitmapHandler)
public:
wxBitmapHandler() { m_name = ""; m_extension = ""; m_type = 0; };
-#ifdef __WXMAC_X__
- virtual ~wxBitmapHandler() {} // Added min for Mac X
+#ifdef __DARWIN__
+ virtual ~wxBitmapHandler() { }
#endif
virtual bool Create(wxBitmap *bitmap, void *data, long flags, int width, int height, int depth = 1);
static void InitStandardHandlers();
static void CleanUpHandlers();
protected:
- static wxList sm_handlers;
// TODO: Implementation
public: