xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Aug 22 00:45:23 PDT 2008


 hw/xquartz/X11Application.m |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 07548f13947a212dcc020d52fe0ad679255121e2
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Fri Aug 22 00:45:12 2008 -0700

    Xquartz: Added missing ev_type for NSTabletPoint event.

diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index 2191092..359dbb1 100644
--- a/hw/xquartz/X11Application.m
+++ b/hw/xquartz/X11Application.m
@@ -894,6 +894,7 @@ extern int darwin_modifier_flags; // darwinEvents.c
 			// fall through to get tablet data
 
 		case NSTabletPoint:
+            ev_type  = MotionNotify;
             pressure = [e pressure];
 			tilt_x   = [e tilt].x;
 			tilt_y   = [e tilt].y; 


More information about the xorg-commit mailing list