Turn editres off on hpux. Declare missing XmString function on motif 2.x.

HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
This commit is contained in:
ramiro 1998-07-15 10:09:51 +00:00
Родитель 22224b2d4c
Коммит b63af0dce3
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -83,7 +83,7 @@
#include "xeditor.h"
#endif /*EDITOR*/
#ifndef __sgi
#if !defined(__sgi) && !defined(__hpux)
#include <X11/Xmu/Editres.h> /* For editres to work on anything but Irix */
#endif
@ -1328,7 +1328,7 @@ XFE_Frame::createBaseWidgetShell(Widget parent,String name)
// This hackery must die too. It will go away as soon as the
// XfeFrameShell widget supports XmNtrackEditres
#ifndef __sgi
#if !defined(__sgi) && !defined(__hpux)
XtAddEventHandler(shell, (EventMask)0, True,
(XtEventHandler)_XEditResCheckMessages, 0);
#endif

Просмотреть файл

@ -32,6 +32,10 @@
#include "HTMLView.h"
#include <Xm/XmP.h>
#if XmVersion >= 2000
extern "C" char * _XmStringGetTextConcat(XmString);
#endif
#ifdef MOZ_MAIL_NEWS
#include "MsgFrame.h"
#include "addrbk.h"