mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Simple implementation of some multi-monitor APIs (I hope this was the last one)
svn path=/trunk/; revision=11679
This commit is contained in:
parent
ad2c067338
commit
845737a0c6
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ typedef enum {
|
|||
otMenu,
|
||||
otAcceleratorTable,
|
||||
otCursorIcon,
|
||||
otHookProc
|
||||
otHookProc,
|
||||
otMonitor
|
||||
} USER_OBJECT_TYPE;
|
||||
|
||||
typedef struct _USER_OBJECT_HEADER
|
||||
|
|
Loading…
Reference in a new issue