Mercurial > hg > xemacs-beta
diff src/EmacsShell.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/src/EmacsShell.h Mon Aug 13 08:45:53 2007 +0200 +++ b/src/EmacsShell.h Mon Aug 13 08:46:35 2007 +0200 @@ -26,31 +26,31 @@ #define _EmacsShell_h #ifndef XtNwidthCells -#define XtNwidthCells "widthCells" +#define XtNwidthCells (String) "widthCells" #endif #ifndef XtCWidthCells -#define XtCWidthCells "WidthCells" +#define XtCWidthCells (String) "WidthCells" #endif #ifndef XtNheightCells -#define XtNheightCells "heightCells" +#define XtNheightCells (String) "heightCells" #endif #ifndef XtCHeightCells -#define XtCHeightCells "HeightCells" +#define XtCHeightCells (String) "HeightCells" #endif #ifndef XtNminWidthCells -#define XtNminWidthCells "minWidthCells" +#define XtNminWidthCells (String) "minWidthCells" #endif #ifndef XtCMinWidthCells -#define XtCMinWidthCells "MinWidthCells" +#define XtCMinWidthCells (String) "MinWidthCells" #endif #ifndef XtNminHeightCells -#define XtNminHeightCells "minHeightCells" +#define XtNminHeightCells (String) "minHeightCells" #endif #ifndef XtCMinHeightCells -#define XtCMinHeightCells "MinHeightCells" +#define XtCMinHeightCells (String) "MinHeightCells" #endif typedef struct _TopLevelEmacsShellClassRec *TopLevelEmacsShellWidgetClass;