Don't need to use wxHAVE_RAW_BITMAP any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,9 +32,7 @@
|
|||||||
#include "wx/imaglist.h"
|
#include "wx/imaglist.h"
|
||||||
#include "wx/tokenzr.h"
|
#include "wx/tokenzr.h"
|
||||||
|
|
||||||
#ifdef wxHAVE_RAW_BITMAP
|
|
||||||
#include "wx/rawbmp.h"
|
#include "wx/rawbmp.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
#include "PlatWX.h"
|
#include "PlatWX.h"
|
||||||
@@ -368,7 +366,6 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
|||||||
ColourAllocated fill, int alphaFill,
|
ColourAllocated fill, int alphaFill,
|
||||||
ColourAllocated outline, int alphaOutline,
|
ColourAllocated outline, int alphaOutline,
|
||||||
int /*flags*/) {
|
int /*flags*/) {
|
||||||
#ifdef wxHAVE_RAW_BITMAP
|
|
||||||
|
|
||||||
// TODO: do something with cornerSize
|
// TODO: do something with cornerSize
|
||||||
wxUnusedVar(cornerSize);
|
wxUnusedVar(cornerSize);
|
||||||
@@ -429,13 +426,6 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
|||||||
|
|
||||||
// Draw the bitmap
|
// Draw the bitmap
|
||||||
hdc->DrawBitmap(bmp, r.x, r.y, true);
|
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) {
|
||||||
|
Reference in New Issue
Block a user