comparison src/scrollbar-msw.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents cc15677e0335
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 #ifndef _XEMACS_SCROLLBAR_MSW_H_ 23 #ifndef INCLUDED_scrollbar_msw_h_
24 #define _XEMACS_SCROLLBAR_MSW_H_ 24 #define INCLUDED_scrollbar_msw_h_
25 25
26 #if defined (HAVE_MS_WINDOWS) && defined (HAVE_SCROLLBARS) 26 #if defined (HAVE_MS_WINDOWS) && defined (HAVE_SCROLLBARS)
27 27
28 #include "scrollbar.h" 28 #include "scrollbar.h"
29 29
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 61
61 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ 62 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */
62 #endif /* _XEMACS_SCROLLBAR_MSW_H_ */ 63 #endif /* INCLUDED_scrollbar_msw_h_ */