blob: c6bab11a01da78031896b747cd8dee0cb1b08263 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- widgets.c.orig 2020-08-26 20:41:16 UTC
+++ widgets.c
@@ -101,7 +101,7 @@ Pixmap px_horiz,
px_middle,
px_wide;
-XtTranslations txt_trans; /* translations for numeric entries */
+extern XtTranslations txt_trans; /* translations for numeric entries */
XtTranslations name_trans; /* translations for name-entry */
static void fchs_cb(Widget, XtPointer, XtPointer);
|