comparison 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
comparison
equal deleted inserted replaced
463:a158004111cd 464:5aa1854ad537
55 void mswindows_set_scrollbar_pointer (struct frame *f, Lisp_Object cursor); 55 void mswindows_set_scrollbar_pointer (struct frame *f, Lisp_Object cursor);
56 EMACS_INT mswindows_window_is_scrollbar (struct frame *f, Window win); 56 EMACS_INT mswindows_window_is_scrollbar (struct frame *f, Window win);
57 */ 57 */
58 58
59 void mswindows_handle_scrollbar_event (HWND hwnd, int code, int pos); 59 void mswindows_handle_scrollbar_event (HWND hwnd, int code, int pos);
60 int mswindows_handle_mousewheel_event (Lisp_Object frame, int keys, int delta); 60 int mswindows_handle_mousewheel_event (Lisp_Object frame, int keys, int delta,
61 POINTS where);
61 62
62 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ 63 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */
63 #endif /* INCLUDED_scrollbar_msw_h_ */ 64 #endif /* INCLUDED_scrollbar_msw_h_ */