1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/libhelp/files/patch-aj
Thomas Gellekum 7b804361b0 Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-09 08:13:33 +00:00

21 lines
469 B
Plaintext

diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.c libhtmlw/HTML.c
*** ../../../libhelp-1.8.1/libhtmlw/HTML.c Mon Dec 26 12:15:57 1994
--- libhtmlw/HTML.c Mon Oct 20 19:00:12 1997
***************
*** 57,62 ****
--- 57,63 ----
#ifdef MOTIF
#include <Xm/DrawingA.h>
#include <Xm/ScrollBar.h>
+ #include <Xm/ManagerP.h>
#else
#include "DrawingArea.h"
#include <X11/Xaw/Scrollbar.h>
***************
*** 6109,6112 ****
return(-1);
}
}
-
--- 6112,6114 ----