Index: base/win/win_util.h |
=================================================================== |
--- base/win/win_util.h (revision 250790) |
+++ base/win/win_util.h (working copy) |
@@ -129,6 +129,9 @@ |
// Returns true if the machine is enrolled to a domain. |
BASE_EXPORT bool IsEnrolledToDomain(); |
+// Marker added to certain WM_MOUSEMOVE messages. |
+#define SPECIAL_MOUSEMOVE_NOT_TO_BE_TRACKED 0xbeef |
+ |
} // namespace win |
} // namespace base |