comparison src/scrollbar-msw.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 557eaa0339bf
children 182f72e8cd0d
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
49 #define SCROLLBAR_MSW_Y(i) (SCROLLBAR_MSW_DATA (i)->y) 49 #define SCROLLBAR_MSW_Y(i) (SCROLLBAR_MSW_DATA (i)->y)
50 #define SCROLLBAR_MSW_WIDTH(i) (SCROLLBAR_MSW_DATA (i)->width) 50 #define SCROLLBAR_MSW_WIDTH(i) (SCROLLBAR_MSW_DATA (i)->width)
51 #define SCROLLBAR_MSW_HEIGHT(i) (SCROLLBAR_MSW_DATA (i)->height) 51 #define SCROLLBAR_MSW_HEIGHT(i) (SCROLLBAR_MSW_DATA (i)->height)
52 #define SCROLLBAR_MSW_SIZE(i) (SCROLLBAR_MSW_DATA (i)->size) 52 #define SCROLLBAR_MSW_SIZE(i) (SCROLLBAR_MSW_DATA (i)->size)
53 /* 53 /*
54 extern void mswindows_update_frame_scrollbars (struct frame *f); 54 void mswindows_update_frame_scrollbars (struct frame *f);
55 extern void mswindows_set_scrollbar_pointer (struct frame *f, Lisp_Object cursor); 55 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 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 60
61 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ 61 #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */