summaryrefslogtreecommitdiff
path: root/core/fxge/win32/cfx_psrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/win32/cfx_psrenderer.h')
-rw-r--r--core/fxge/win32/cfx_psrenderer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/fxge/win32/cfx_psrenderer.h b/core/fxge/win32/cfx_psrenderer.h
index b5107d9ab1..9b1d86b8fc 100644
--- a/core/fxge/win32/cfx_psrenderer.h
+++ b/core/fxge/win32/cfx_psrenderer.h
@@ -24,6 +24,7 @@ class CFX_Matrix;
class CFX_PathData;
class CPSFont;
class FXTEXT_CHARPOS;
+struct FXDIB_ResampleOptions;
class CFX_PSRenderer {
public:
@@ -62,11 +63,11 @@ class CFX_PSRenderer {
int dest_top,
int dest_width,
int dest_height,
- uint32_t flags);
+ const FXDIB_ResampleOptions& options);
bool DrawDIBits(const RetainPtr<CFX_DIBBase>& pBitmap,
uint32_t color,
const CFX_Matrix& matrix,
- uint32_t flags);
+ const FXDIB_ResampleOptions& options);
bool DrawText(int nChars,
const FXTEXT_CHARPOS* pCharPos,
CFX_Font* pFont,