Mercurial > hg > xemacs-beta
comparison src/EmacsShell.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
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; |