comparison src/scrollbar.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children af57a77cbc92
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
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_H_ 23 #ifndef INCLUDED_scrollbar_h_
24 #define _XEMACS_SCROLLBAR_H_ 24 #define INCLUDED_scrollbar_h_
25 25
26 #ifdef HAVE_SCROLLBARS 26 #ifdef HAVE_SCROLLBARS
27 27
28 struct scrollbar_instance 28 struct scrollbar_instance
29 { 29 {
79 extern Lisp_Object Qscrollbar_to_right; 79 extern Lisp_Object Qscrollbar_to_right;
80 extern Lisp_Object Qscrollbar_horizontal_drag; 80 extern Lisp_Object Qscrollbar_horizontal_drag;
81 81
82 #endif /* HAVE_SCROLLBARS */ 82 #endif /* HAVE_SCROLLBARS */
83 83
84 #endif /* _XEMACS_SCROLLBAR_H_ */ 84 #endif /* INCLUDED_scrollbar_h_ */