Mercurial > hg > xemacs-beta
comparison src/frame.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 | 84b14dcb0985 |
children | abe6d1db359e |
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: FSF 19.30. */ | 21 /* Synched up with: FSF 19.30. */ |
22 | 22 |
23 #ifndef _XEMACS_FRAME_H_ | 23 #ifndef INCLUDED_frame_h_ |
24 #define _XEMACS_FRAME_H_ | 24 #define INCLUDED_frame_h_ |
25 | 25 |
26 #ifdef HAVE_SCROLLBARS | 26 #ifdef HAVE_SCROLLBARS |
27 #include "scrollbar.h" | 27 #include "scrollbar.h" |
28 #endif | 28 #endif |
29 | 29 |
777 void update_frame_icon (struct frame *f); | 777 void update_frame_icon (struct frame *f); |
778 void invalidate_vertical_divider_cache_in_frame (struct frame *f); | 778 void invalidate_vertical_divider_cache_in_frame (struct frame *f); |
779 | 779 |
780 void init_frame (void); | 780 void init_frame (void); |
781 | 781 |
782 #endif /* _XEMACS_FRAME_H_ */ | 782 #endif /* INCLUDED_frame_h_ */ |