comparison src/EmacsShell.c @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 8626e4521993
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
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( 54 extern void _XtAllocError( String /* alloc_type */);
55 #if NeedFunctionPrototypes
56 String /* alloc_type */
57 #endif
58 );
59 55
60 /* junk ungraciously copied from Shell.c */ 56 /* junk ungraciously copied from Shell.c */
61 57
62 static void ComputeWMSizeHints(w, hints) 58 static void ComputeWMSizeHints(w, hints)
63 WMShellWidget w; 59 WMShellWidget w;