mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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,
|
otMenu,
|
||||||
otAcceleratorTable,
|
otAcceleratorTable,
|
||||||
otCursorIcon,
|
otCursorIcon,
|
||||||
otHookProc
|
otHookProc,
|
||||||
|
otMonitor
|
||||||
} USER_OBJECT_TYPE;
|
} USER_OBJECT_TYPE;
|
||||||
|
|
||||||
typedef struct _USER_OBJECT_HEADER
|
typedef struct _USER_OBJECT_HEADER
|
||||||
|
|
Loading…
Reference in a new issue