diff options
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h')
-rw-r--r-- | bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h index 92fa13d3a..26b807b8a 100644 --- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h +++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 IBM Corporation and others. + * Copyright (c) 2007, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -45,6 +45,9 @@ struct MOTIF_PTRS { Boolean (*XtDispatchEvent) (XEvent*); void (*XtGetValues) (Widget, ArgList, Cardinal); Widget (*XtInitialize) (String, String, XrmOptionDescRec*, Cardinal, int*, char**); +#ifdef AIX + Widget (*eclipseXtInitialize) (String, String, XrmOptionDescRec*, Cardinal, int*, char**); +#endif Boolean (*XtIsManaged) (Widget); void (*XtManageChild) (Widget); int (*XtMapWidget) (Widget); |