Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/acfax/files/patch-widgets.c
16462 views
1
--- widgets.c.orig 2020-08-26 20:41:16 UTC
2
+++ widgets.c
3
@@ -101,7 +101,7 @@ Pixmap px_horiz,
4
px_middle,
5
px_wide;
6
7
-XtTranslations txt_trans; /* translations for numeric entries */
8
+extern XtTranslations txt_trans; /* translations for numeric entries */
9
XtTranslations name_trans; /* translations for name-entry */
10
11
static void fchs_cb(Widget, XtPointer, XtPointer);
12
13