comparison src/EmacsShell.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents e121b013d1f0
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 /* Written by Ben Wing, May, 1994. */ 23 /* Written by Ben Wing, May, 1994. */
24 24
25 #ifndef _EmacsShell_h 25 #ifndef INCLUDED_EmacsShell_h_
26 #define _EmacsShell_h 26 #define INCLUDED_EmacsShell_h_
27 27
28 #ifndef XtNwidthCells 28 #ifndef XtNwidthCells
29 #define XtNwidthCells "widthCells" 29 #define XtNwidthCells "widthCells"
30 #endif 30 #endif
31 #ifndef XtCWidthCells 31 #ifndef XtCWidthCells
66 void TransientEmacsShellUpdateSizeHints (Widget gw); 66 void TransientEmacsShellUpdateSizeHints (Widget gw);
67 void EmacsShellSetSizeUserSpecified (Widget gw); 67 void EmacsShellSetSizeUserSpecified (Widget gw);
68 void EmacsShellSetPositionUserSpecified (Widget gw); 68 void EmacsShellSetPositionUserSpecified (Widget gw);
69 void EmacsShellSmashIconicHint (Widget shell, int iconic_p); 69 void EmacsShellSmashIconicHint (Widget shell, int iconic_p);
70 70
71 #endif /* _EmacsShell_h */ 71 #endif /* INCLUDED_EmacsShell_h_ */