Mercurial > hg > xemacs-beta
comparison src/EmacsFrame.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 | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 /* Synched up with: Not in FSF. */ | 22 /* Synched up with: Not in FSF. */ |
23 | 23 |
24 #ifndef _EmacsFrame_h | 24 #ifndef INCLUDED_EmacsFrame_h_ |
25 #define _EmacsFrame_h | 25 #define INCLUDED_EmacsFrame_h_ |
26 | 26 |
27 #ifndef XtNminibuffer | 27 #ifndef XtNminibuffer |
28 #define XtNminibuffer "minibuffer" | 28 #define XtNminibuffer "minibuffer" |
29 #endif | 29 #endif |
30 #ifndef XtCMinibuffer | 30 #ifndef XtCMinibuffer |
345 | 345 |
346 /* Special entrypoints */ | 346 /* Special entrypoints */ |
347 void EmacsFrameRecomputeCellSize (Widget widget); | 347 void EmacsFrameRecomputeCellSize (Widget widget); |
348 void EmacsFrameSetCharSize (Widget widget, int rows, int cols); | 348 void EmacsFrameSetCharSize (Widget widget, int rows, int cols); |
349 | 349 |
350 #endif /* _EmacsFrame_h */ | 350 #endif /* INCLUDED_EmacsFrame_h_ */ |