Xquartz: Added missing ev_type for NSTabletPoint event.

(cherry picked from commit 07548f1394)
This commit is contained in:
Jeremy Huddleston 2008-08-22 00:45:12 -07:00
parent 13a89f1920
commit 1b42f55000

View File

@ -912,6 +912,7 @@ static void send_nsevent(NSEvent *e) {
// fall through to get tablet data
case NSTabletPoint:
ev_type = MotionNotify;
pressure = [e pressure];
tilt_x = [e tilt].x;
tilt_y = [e tilt].y;