Simple implementation of some multi-monitor APIs (I hope this was the last one)

svn path=/trunk/; revision=11679
This commit is contained in:
Gregor Anich 2004-11-16 17:36:37 +00:00
parent ad2c067338
commit 845737a0c6

View file

@ -13,7 +13,8 @@ typedef enum {
otMenu,
otAcceleratorTable,
otCursorIcon,
otHookProc
otHookProc,
otMonitor
} USER_OBJECT_TYPE;
typedef struct _USER_OBJECT_HEADER