summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/ntcheese.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/softpc.new/host/inc/ntcheese.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/ntcheese.h b/private/mvdm/softpc.new/host/inc/ntcheese.h
new file mode 100644
index 000000000..9729c4fbd
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/ntcheese.h
@@ -0,0 +1,24 @@
+#define IDM_POINTER 741
+#define PERCENTILE 10L /* Clip boundary as a percentage of client */
+ /* area boundary */
+
+#define EFF5 116
+#define EFF6 117
+#define EFF7 118
+#define EFF8 119
+
+//
+// Resource ID numbers for mouse options on the system menu.
+//
+
+
+extern BOOL AttachMouseMessage(void);
+extern void MovePointerToWindowCentre(void);
+extern void MouseAttachMenuItem(HANDLE);
+extern void MouseDetachMenuItem(BOOL);
+extern void MouseReattachMenuItem(HANDLE);
+
+extern void MouseInFocus(void);
+extern void MouseOutOfFocus(void);
+extern void MouseSystemMenuON(void);
+extern void MouseSystemMenuOFF(void);