Author: jimtabor
Date: Thu Sep 25 10:39:33 2008
New Revision: 36510
URL:
http://svn.reactos.org/svn/reactos?rev=36510&view=rev
Log:
- Add Defer Window Position Handle type for multiple-window ? position structure.
Modified:
trunk/reactos/subsystems/win32/win32k/include/object.h
Modified: trunk/reactos/subsystems/win32/win32k/include/object.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/object.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/object.h [iso-8859-1] Thu Sep 25
10:39:33 2008
@@ -47,7 +47,8 @@
otWindow,
otMenu,
otCursorIcon,
- otHook = 5,
+ otDWP,
+ otHook,
otCallProc = 7,
otAccel,
otMonitor = 12,