diff options
Diffstat (limited to 'embedserv/source/inc/syswinwrapper.hxx')
-rw-r--r-- | embedserv/source/inc/syswinwrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedserv/source/inc/syswinwrapper.hxx b/embedserv/source/inc/syswinwrapper.hxx index 52bf7d03d19c..fde21349095b 100644 --- a/embedserv/source/inc/syswinwrapper.hxx +++ b/embedserv/source/inc/syswinwrapper.hxx @@ -94,7 +94,7 @@ namespace winwrap { void GetTrueRect(LPRECT lpTrueRect) const; BOOL SetCursor(HWND hWnd,UINT nHitTest) const; BOOL Track(HWND hWnd,POINT point,BOOL bAllowInvert = FALSE, - HWND hWndClipTo = NULL); + HWND hWndClipTo = nullptr); // BOOL TrackRubberBand(HWND hWnd,POINT point,BOOL bAllowInvert = TRUE); int HitTest(POINT point) const; int NormalizeHit(int nHandle) const; @@ -123,7 +123,7 @@ protected: void GetHandleRect(int nHandle,RECT* pHandleRect) const; void GetModifyPointers( int nHandle,int**ppx, int**ppy, int* px, int*py); - virtual int GetHandleSize(LPRECT lpRect = NULL) const; + virtual int GetHandleSize(LPRECT lpRect = nullptr) const; BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo); void Construct(); }; |