Mercurial > hg > xemacs-beta
comparison src/scrollbar-msw.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 182f72e8cd0d |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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); | |
61 | 60 |
62 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ | 61 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ |
63 #endif /* _XEMACS_SCROLLBAR_MSW_H_ */ | 62 #endif /* _XEMACS_SCROLLBAR_MSW_H_ */ |