comparison src/EmacsShell.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_EmacsShell_h_ 25 #ifndef _EmacsShell_h
26 #define INCLUDED_EmacsShell_h_ 26 #define _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 /* INCLUDED_EmacsShell_h_ */ 71 #endif /* _EmacsShell_h */