[pywin32-checkins] pywin32/win32/src win32gui.i,1.32,1.33
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-03-30 04:21:48
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32529 Modified Files: win32gui.i Log Message: InvalidateRect should allow None as the rect Index: win32gui.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32gui.i,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** win32gui.i 20 Jan 2004 01:20:14 -0000 1.32 --- win32gui.i 30 Mar 2004 04:10:14 -0000 1.33 *************** *** 2161,2165 **** int FillRect(HDC hDC, RECT *INPUT, HBRUSH hbr); DWORD GetSysColor(int nIndex); ! BOOLAPI InvalidateRect(HWND hWnd, RECT *INPUT, BOOL bErase); int FrameRect(HDC hDC, RECT *INPUT, HBRUSH hbr); int GetUpdateRgn(HWND hWnd, HRGN hRgn, BOOL bErase); --- 2161,2165 ---- int FillRect(HDC hDC, RECT *INPUT, HBRUSH hbr); DWORD GetSysColor(int nIndex); ! BOOLAPI InvalidateRect(HWND hWnd, RECT *INPUT_NULLOK , BOOL bErase); int FrameRect(HDC hDC, RECT *INPUT, HBRUSH hbr); int GetUpdateRgn(HWND hWnd, HRGN hRgn, BOOL bErase); |