wdvi

network DVI viewer
Log | Files | Refs

commit 02b494917bd6e1e89dc48e8291e62876930fec9b
parent 7866ab6cf117b51f328d4426d209ee79c4e2f2e9
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 19 Aug 2021 17:13:40 +0000

Assume we have IntrinsicI.h

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

diff --git a/xdvi.c b/xdvi.c @@ -132,19 +132,7 @@ static char copyright[] UNUSED = #include <X11/Xaw/AsciiText.h> #include <X11/Xaw/Command.h> -# if HAVE_X11_INTRINSICI_H -# include <X11/IntrinsicI.h> -# else - -/* Taken from <X11/TranslateI.h> in libXt-1.0.4 (Oct. 2006) */ -typedef struct _LateBindings { - unsigned int knot:1; - unsigned int pair:1; - unsigned short ref_count; - KeySym keysym; -} LateBindings, *LateBindingsPtr; - -# endif /* HAVE_X11_INTRINSICI_H */ +#include <X11/IntrinsicI.h> /*