Index: widget/src/gtk2/nsCommonWidget.cpp =================================================================== RCS file: /cvsroot/mozilla/widget/src/gtk2/nsCommonWidget.cpp,v retrieving revision 1.21 diff -u -r1.21 nsCommonWidget.cpp --- widget/src/gtk2/nsCommonWidget.cpp 21 Apr 2003 23:01:16 -0000 1.21 +++ widget/src/gtk2/nsCommonWidget.cpp 28 Feb 2004 07:34:38 -0000 @@ -155,6 +155,9 @@ aEvent.message = aMsg; aEvent.widget = NS_STATIC_CAST(nsIWidget *, this); + aEvent.point.x = nscoord(aGdkEvent->x); + aEvent.point.y = nscoord(aGdkEvent->y); + switch (aGdkEvent->direction) { case GDK_SCROLL_UP: aEvent.scrollFlags = nsMouseScrollEvent::kIsVertical;