Mercurial > hg > xemacs-beta
comparison src/scrollbar-msw.h @ 231:557eaa0339bf r20-5b14
Import from CVS: tag r20-5b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:13:48 +0200 |
parents | 12579d965149 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
230:39ed1d2bdd9d | 231:557eaa0339bf |
---|---|
53 /* | 53 /* |
54 extern void mswindows_update_frame_scrollbars (struct frame *f); | 54 extern void mswindows_update_frame_scrollbars (struct frame *f); |
55 extern void mswindows_set_scrollbar_pointer (struct frame *f, Lisp_Object cursor); | 55 extern void mswindows_set_scrollbar_pointer (struct frame *f, Lisp_Object cursor); |
56 extern EMACS_INT mswindows_window_is_scrollbar (struct frame *f, Window win); | 56 extern EMACS_INT mswindows_window_is_scrollbar (struct frame *f, Window win); |
57 */ | 57 */ |
58 | |
59 void mswindows_handle_scrollbar_event (HWND hwnd, int code, int pos); | |
60 | |
58 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ | 61 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ |
59 #endif /* _XEMACS_SCROLLBAR_MSW_H_ */ | 62 #endif /* _XEMACS_SCROLLBAR_MSW_H_ */ |