| Index: xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h b/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h
|
| index 7317f3fe5b98777ac4390a342ea279c107dd1cba..6532ebab5346da0817bf1c4d6f4fe86fb39b5c2b 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h
|
| @@ -42,14 +42,14 @@ protected:
|
| CFWL_ToolTipTimer() {};
|
| ~CFWL_ToolTipTimer() {};
|
| CFWL_ToolTipTimer(CFWL_ToolTipImp * pToolTip);
|
| - virtual FX_INT32 Run(FWL_HTIMER hTimer);
|
| + virtual int32_t Run(FWL_HTIMER hTimer);
|
| CFWL_ToolTipImp *m_pToolTip;
|
| };
|
| CFX_RectF m_rtClient;
|
| CFX_RectF m_rtCaption;
|
| FX_BOOL m_bBtnDown;
|
| FX_DWORD m_dwTTOStyles;
|
| - FX_INT32 m_iTTOAlign;
|
| + int32_t m_iTTOAlign;
|
| CFX_RectF m_rtAnchor;
|
| FWL_HTIMER m_hTimerShow;
|
| FWL_HTIMER m_hTimerHide;
|
| @@ -63,7 +63,7 @@ class CFWL_ToolTipImpDelegate : public CFWL_WidgetImpDelegate
|
| {
|
| public:
|
| CFWL_ToolTipImpDelegate(CFWL_ToolTipImp *pOwner);
|
| - virtual FX_INT32 OnProcessMessage(CFWL_Message *pMessage);
|
| + virtual int32_t OnProcessMessage(CFWL_Message *pMessage);
|
| virtual FWL_ERR OnProcessEvent(CFWL_Event *pEvent);
|
| virtual FWL_ERR OnDrawWidget(CFX_Graphics *pGraphics, const CFX_Matrix *pMatrix = NULL);
|
| protected:
|
|
|