- Fix build on 4.X
This commit is contained in:
parent
ebedde7c9d
commit
0442f33c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138931
1 changed files with 19 additions and 0 deletions
19
sysutils/mmore/files/patch-mmore.c
Normal file
19
sysutils/mmore/files/patch-mmore.c
Normal 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++;
|
Loading…
Reference in a new issue