Index: core/src/fxge/dib/dib_int.h |
diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h |
index 825cabe1d188350881aa536608e2599d6f606b61..a6834fd641481b1aa820955ae0f726e334f1bd0c 100644 |
--- a/core/src/fxge/dib/dib_int.h |
+++ b/core/src/fxge/dib/dib_int.h |
@@ -63,7 +63,7 @@ public: |
int dest_width, int dest_height, const FX_RECT& clip_rect, |
const CFX_DIBSource* pSrcBitmap, int flags); |
~CStretchEngine(); |
- FX_BOOL Continue(IFX_Pause* pPause); |
+ bool Continue(IFX_Pause* pPause); |
public: |
FXDIB_Format m_DestFormat; |
int m_DestBpp, m_SrcBpp, m_bHasAlpha; |
@@ -84,8 +84,8 @@ public: |
int m_Flags; |
CWeightTable m_WeightTable; |
int m_CurRow; |
- FX_BOOL StartStretchHorz(); |
- FX_BOOL ContinueStretchHorz(IFX_Pause* pPause); |
+ bool StartStretchHorz(); |
+ bool ContinueStretchHorz(IFX_Pause* pPause); |
void StretchVert(); |
int m_State; |
}; |