[ros-diffs] [gadamopoulos] 53223: [undocuser.h] - Improve definition of USERAPIHOOK

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Sun Aug 14 10:45:50 UTC 2011


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/reactos/undocuser.h?rev=53223&r1=53222&r2=53223&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list