- Fix build on 4.X

This commit is contained in:
Pav Lucistnik 2005-07-11 18:46:41 +00:00
parent ebedde7c9d
commit 0442f33c68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138931

View file

@ -0,0 +1,19 @@
--- mmore.c.orig Mon Jul 11 12:03:49 2005
+++ mmore.c Mon Jul 11 20:33:52 2005
@@ -51,6 +51,7 @@
XtAppContext xtAppContext;
Arg args[5]; Cardinal n;
XmString szGeneric;
+ XtTranslations transtable;
wndMMore = XtVaAppInitialize(&xtAppContext,
"MMore",
@@ -68,7 +69,7 @@
(XtEventHandler) _XEditResCheckMessages, NULL);
/* Create the universal Quit key binding */
- XtTranslations transtable = XtParseTranslationTable(translations);
+ transtable = XtParseTranslationTable(translations);
n = 0;
XtSetArg(args[n], XmNmarginHeight, 7); n++;