From 44b6f107bdac051a4d55deca997c6d2cab4765bc Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 25 Sep 2008 15:39:33 +0000 Subject: [PATCH] - Add Defer Window Position Handle type for multiple-window ? position structure. svn path=/trunk/; revision=36510 --- reactos/subsystems/win32/win32k/include/object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/include/object.h b/reactos/subsystems/win32/win32k/include/object.h index 952697e16c5..e8b9a9d9dfe 100644 --- a/reactos/subsystems/win32/win32k/include/object.h +++ b/reactos/subsystems/win32/win32k/include/object.h @@ -47,7 +47,8 @@ typedef enum _USER_OBJECT_TYPE otWindow, otMenu, otCursorIcon, - otHook = 5, + otDWP, + otHook, otCallProc = 7, otAccel, otMonitor = 12,