git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53168
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# define wxHAVE_RAW_BITMAP
# endif
#endif
# define wxHAVE_RAW_BITMAP
# endif
#endif
+#if defined(__WXGTK20__) || defined(__WXMAC__)
+# define wxHAVE_RAW_BITMAP
+#endif
/*
Handle Darwin gcc universal compilation. Don't do this in an Apple-
/*
Handle Darwin gcc universal compilation. Don't do this in an Apple-
#include "wx/imaglist.h"
#include "wx/tokenzr.h"
#include "wx/imaglist.h"
#include "wx/tokenzr.h"
+#ifdef wxHAVE_RAW_BITMAP
#include "Platform.h"
#include "PlatWX.h"
#include "Platform.h"
#include "PlatWX.h"
ColourAllocated fill, int alphaFill,
ColourAllocated outline, int alphaOutline,
int /*flags*/) {
ColourAllocated fill, int alphaFill,
ColourAllocated outline, int alphaOutline,
int /*flags*/) {
+#ifdef wxHAVE_RAW_BITMAP
// TODO: do something with cornerSize
wxUnusedVar(cornerSize);
// TODO: do something with cornerSize
wxUnusedVar(cornerSize);
// Draw the bitmap
hdc->DrawBitmap(bmp, r.x, r.y, true);
// Draw the bitmap
hdc->DrawBitmap(bmp, r.x, r.y, true);
+
+#else
+ wxUnusedVar(cornerSize);
+ wxUnusedVar(alphaFill);
+ wxUnusedVar(alphaOutline);
+ RectangleDraw(rc, outline, fill);
+#endif
}
void SurfaceImpl::Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) {
}
void SurfaceImpl::Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) {