aboutsummaryrefslogtreecommitdiff
path: root/comms/acfax/files/patch-fax_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/acfax/files/patch-fax_funcs.c')
-rw-r--r--comms/acfax/files/patch-fax_funcs.c22
1 files changed, 20 insertions, 2 deletions
diff --git a/comms/acfax/files/patch-fax_funcs.c b/comms/acfax/files/patch-fax_funcs.c
index 2b37f072ca07..1eec38a3dc0f 100644
--- a/comms/acfax/files/patch-fax_funcs.c
+++ b/comms/acfax/files/patch-fax_funcs.c
@@ -1,5 +1,5 @@
---- fax_funcs.c.orig Sat Jun 8 00:39:02 2002
-+++ fax_funcs.c Sat Jun 8 00:39:08 2002
+--- fax_funcs.c.orig 1998-10-11 16:34:37 UTC
++++ fax_funcs.c
@@ -37,6 +37,8 @@
#include "widgets.h"
#include "fax_funcs.h"
@@ -9,3 +9,21 @@
/* some variables that are allowed to be global */
int lpm; /* lines per minute */
int ixoc; /* number of pixels of one scan-line / PI */
+@@ -96,7 +98,7 @@ char *mod_end; /* pointer to first byte behind end of
+ FILE *fsfile; /* file pointer of current save-file */
+ char faxsavename[256]; /* current name of save-file */
+ char *saveline; /* storage for 1 image-line in save_func */
+-XtAppContext mainapp; /* main app.context (needed for interv.timer) */
++extern XtAppContext mainapp; /* main app.context (needed for interv.timer) */
+ XtIntervalId chstime; /* for the repetitive called background function */
+ XtInputId dspxid = 0; /* for the background function when using select() */
+ XEvent event; /* event needed to form the XtAppMainLoop */
+@@ -117,7 +119,7 @@ void init_fax(void)
+ if (fax_inited) return;
+ fprintf(stderr, "initializing FAX procedures and alloc'ing core-space\n");
+ lpm = 120;
+- ixoc = 288;
++ ixoc = 576;
+ devi = 400;
+ mod_mode = MOD_FM | FIL_MIDL;
+ dmaxval = 63;