X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fscrollbar-msw.h;h=9b4338e0e37310b839c5d8ef262351278f598229;hp=d73a7fe42a31cc82c02134e5fc694c38473fef56;hb=9f7e1f8c96cb936ba2e2cb5db1185f9bc18c42cf;hpb=ea1ea793fe6e244ef5555ed983423a204101af13 diff --git a/src/scrollbar-msw.h b/src/scrollbar-msw.h index d73a7fe..9b4338e 100644 --- a/src/scrollbar-msw.h +++ b/src/scrollbar-msw.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#ifndef _XEMACS_SCROLLBAR_MSW_H_ -#define _XEMACS_SCROLLBAR_MSW_H_ +#ifndef INCLUDED_scrollbar_msw_h_ +#define INCLUDED_scrollbar_msw_h_ #if defined (HAVE_MS_WINDOWS) && defined (HAVE_SCROLLBARS) @@ -57,7 +57,8 @@ EMACS_INT mswindows_window_is_scrollbar (struct frame *f, Window win); */ 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 /* _XEMACS_SCROLLBAR_MSW_H_ */ +#endif /* INCLUDED_scrollbar_msw_h_ */