Title: [201265] trunk/Source/WTF
Revision
201265
Author
m...@apple.com
Date
2016-05-22 18:35:57 -0700 (Sun, 22 May 2016)

Log Message

Added NSEventMaskMouseMoved to AppKitCompatibilityDeclarations.h.

Rubber-stamped by Anders Carlsson.

* wtf/mac/AppKitCompatibilityDeclarations.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (201264 => 201265)


--- trunk/Source/WTF/ChangeLog	2016-05-22 23:29:42 UTC (rev 201264)
+++ trunk/Source/WTF/ChangeLog	2016-05-23 01:35:57 UTC (rev 201265)
@@ -1,5 +1,13 @@
 2016-05-22  Dan Bernstein  <m...@apple.com>
 
+        Added NSEventMaskMouseMoved to AppKitCompatibilityDeclarations.h.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * wtf/mac/AppKitCompatibilityDeclarations.h:
+
+2016-05-22  Dan Bernstein  <m...@apple.com>
+
         Another attempt to fix the GTK build after my previous changes.
 
         * wtf/StdLibExtras.h:

Modified: trunk/Source/WTF/wtf/mac/AppKitCompatibilityDeclarations.h (201264 => 201265)


--- trunk/Source/WTF/wtf/mac/AppKitCompatibilityDeclarations.h	2016-05-22 23:29:42 UTC (rev 201264)
+++ trunk/Source/WTF/wtf/mac/AppKitCompatibilityDeclarations.h	2016-05-23 01:35:57 UTC (rev 201265)
@@ -59,6 +59,7 @@
 static const NSEventMask NSEventMaskPeriodic = NSPeriodicMask;
 static const NSEventMask NSEventMaskRightMouseDown = NSRightMouseDownMask;
 static const NSEventMask NSEventMaskRightMouseUp = NSRightMouseUpMask;
+static const NSEventMask NSEventMaskMouseMoved = NSMouseMovedMask;
 static const NSEventMask NSEventMaskScrollWheel = NSScrollWheelMask;
 
 static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to