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.


git-svn-id: svn://10.0.0.236/trunk@5585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro
1998-07-15 10:09:51 +00:00
parent c1c1d6f094
commit e4ad3c0509
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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"