wdvi

network DVI viewer
Log | Files | Refs

commit 87279c5015aa3929e040c3bc1e999413a9c401b2
parent 04230d13e22c75c52047d37b6893966c10da6961
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu,  9 Sep 2021 00:51:47 +0000

dereference #define

Diffstat:
Mxdvi.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/xdvi.c b/xdvi.c @@ -95,8 +95,6 @@ NOTE: #define BDPI 600 #define MFMODE "cx:600" -#define DEFAULT_DVIPS_PATH "dvips" - #if A4 #define DEFAULT_PAPER "a4" #else @@ -337,7 +335,7 @@ static XtResource application_resources[] = { {"color", "Color", XtRBoolean, sizeof(Boolean), offset(_use_color), XtRString, "true"}, {"dvipsPath", "DvipsPath", XtRString, sizeof(char *), - offset(dvips_path), XtRString, (XtPointer) DEFAULT_DVIPS_PATH}, + offset(dvips_path), XtRString, (XtPointer) "dvips"}, }; static XtResource app_pixel_resources[] = { /* get these later */