Commit graph

3 commits

Author SHA1 Message Date
Thomas Gellekum
f13abc27de Un-break. 1998-04-14 09:52:55 +00:00
Satoshi Asami
ceaf5c03d8 Doesn't build....
ARROWPROTO  -O2 -DHELP_PATH=\"/usr/X11R6/lib/X11/xmhelp/help:/usr/X11R6/lib/X11/xmhelp/pixmaps\"  -DMOTIF -c HTML.c
HTML.c:226: `_XmGadgetArm' undeclared here (not in a function)
HTML.c:226: initializer element for `actionsList[6].proc' is not constant
HTML.c:227: `_XmGadgetActivate' undeclared here (not in a function)
HTML.c:227: initializer element for `actionsList[7].proc' is not constant
HTML.c:228: `_XmManagerEnter' undeclared here (not in a function)
HTML.c:228: initializer element for `actionsList[8].proc' is not constant
HTML.c:229: `_XmManagerFocusIn' undeclared here (not in a function)
HTML.c:229: initializer element for `actionsList[9].proc' is not constant
HTML.c:230: `_XmManagerHelp' undeclared here (not in a function)
HTML.c:230: initializer element for `actionsList[10].proc' is not constant
HTML.c: In function `Redisplay':
HTML.c:2029: warning: passing arg 1 of `XmeRedisplayGadgets' from incompatible pointer type
HTML.c:2029: warning: passing arg 2 of `XmeRedisplayGadgets' from incompatible pointer type
*** Error code 1

Stop.
1998-04-14 04:21:51 +00:00
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