Xquartz: Added missing ev_type for NSTabletPoint event.

This commit is contained in:
Jeremy Huddleston 2008-08-22 00:45:12 -07:00
parent 4e62596dfc
commit 07548f1394

View File

@ -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;