From 845737a0c6b5cfa06153636ec0c2f04a91916020 Mon Sep 17 00:00:00 2001 From: Gregor Anich Date: Tue, 16 Nov 2004 17:36:37 +0000 Subject: [PATCH] Simple implementation of some multi-monitor APIs (I hope this was the last one) svn path=/trunk/; revision=11679 --- reactos/subsys/win32k/include/object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/include/object.h b/reactos/subsys/win32k/include/object.h index 859b4f21ccb..ad1565ac12a 100644 --- a/reactos/subsys/win32k/include/object.h +++ b/reactos/subsys/win32k/include/object.h @@ -13,7 +13,8 @@ typedef enum { otMenu, otAcceleratorTable, otCursorIcon, - otHookProc + otHookProc, + otMonitor } USER_OBJECT_TYPE; typedef struct _USER_OBJECT_HEADER