comparison src/EmacsShell.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 0293115a14e9
children 54cc21c15cbb
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
49 will have to duplicate the entire root_geometry_manager() method; 49 will have to duplicate the entire root_geometry_manager() method;
50 but I don't think there are any WM's that require this. */ 50 but I don't think there are any WM's that require this. */
51 51
52 /* junk stolen from IntrinsicI.h */ 52 /* junk stolen from IntrinsicI.h */
53 53
54 extern void _XtAllocError( String /* alloc_type */); 54 extern void _XtAllocError(
55 #if NeedFunctionPrototypes
56 String /* alloc_type */
57 #endif
58 );
55 59
56 /* junk ungraciously copied from Shell.c */ 60 /* junk ungraciously copied from Shell.c */
57 61
58 static void ComputeWMSizeHints(w, hints) 62 static void ComputeWMSizeHints(w, hints)
59 WMShellWidget w; 63 WMShellWidget w;