mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b804361b0
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
25 lines
619 B
Plaintext
25 lines
619 B
Plaintext
diff -cb ../../../libhelp-1.8.1/libhtmlw/HTMLP.h libhtmlw/HTMLP.h
|
|
*** ../../../libhelp-1.8.1/libhtmlw/HTMLP.h Mon Dec 26 12:15:58 1994
|
|
--- libhtmlw/HTMLP.h Mon Oct 20 19:00:12 1997
|
|
***************
|
|
*** 59,67 ****
|
|
|
|
#ifdef MOTIF
|
|
#include <Xm/XmP.h>
|
|
! # ifdef MOTIF1_2
|
|
# include <Xm/ManagerP.h>
|
|
! # endif /* MOTIF1_2 */
|
|
#else
|
|
#include <X11/IntrinsicP.h>
|
|
#include <X11/ConstrainP.h>
|
|
--- 59,67 ----
|
|
|
|
#ifdef MOTIF
|
|
#include <Xm/XmP.h>
|
|
! # if defined(MOTIF1_2) || defined(MOTIF2)
|
|
# include <Xm/ManagerP.h>
|
|
! # endif /* MOTIF1_2 || MOTIF2*/
|
|
#else
|
|
#include <X11/IntrinsicP.h>
|
|
#include <X11/ConstrainP.h>
|