X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fscrollbar-msw.h;h=a7f1e8b60e906b3fa9bf0740f8334db6b31a17ed;hb=c3e6c84e9bbe713806f38e80f7549000171bbd3d;hp=615a54666e482b348147abbaba842587ce5f40d5;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/scrollbar-msw.h b/src/scrollbar-msw.h index 615a546..a7f1e8b 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,6 +57,7 @@ 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); #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ -#endif /* _XEMACS_SCROLLBAR_MSW_H_ */ +#endif /* INCLUDED_scrollbar_msw_h_ */