Author: gadamopoulos
Date: Sun Aug 14 10:45:50 2011
New Revision: 53223
URL:
http://svn.reactos.org/svn/reactos?rev=53223&view=rev
Log:
[undocuser.h]
- Improve definition of USERAPIHOOK
Modified:
branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h
Modified: branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/include…
==============================================================================
--- branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h [iso-8859-1] (original)
+++ branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h [iso-8859-1] Sun Aug 14
10:45:50 2011
@@ -122,6 +122,7 @@
//
typedef LRESULT(CALLBACK *WNDPROC_OWP)(HWND,UINT,WPARAM,LPARAM,ULONG_PTR,PDWORD);
+typedef int (WINAPI *SETWINDOWRGN)(HWND hWnd, HRGN hRgn, BOOL bRedraw);
typedef struct _UAHOWP
{
@@ -143,7 +144,7 @@
FARPROC SetScrollInfo;
FARPROC EnableScrollBar;
FARPROC AdjustWindowRectEx;
- FARPROC SetWindowRgn;
+ SETWINDOWRGN SetWindowRgn;
WNDPROC_OWP PreWndProc;
WNDPROC_OWP PostWndProc;
UAHOWP WndProcArray;