diff src/scrollbar-msw.h @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 8de8e3f6228a
children 308d34e9f07d
line wrap: on
line diff
--- a/src/scrollbar-msw.h	Mon Aug 13 11:44:39 2007 +0200
+++ b/src/scrollbar-msw.h	Mon Aug 13 11:45:51 2007 +0200
@@ -57,7 +57,8 @@
      */
 
 void mswindows_handle_scrollbar_event (HWND hwnd, int code, int pos);
-int mswindows_handle_mousewheel_event (Lisp_Object frame, int keys, int delta);
+int mswindows_handle_mousewheel_event (Lisp_Object frame, int keys, int delta,
+				       POINTS where);
 
 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */
 #endif /* INCLUDED_scrollbar_msw_h_ */