summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/XawInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/XawInit.h')
-rw-r--r--include/X11/Xaw/XawInit.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/include/X11/Xaw/XawInit.h b/include/X11/Xaw/XawInit.h
index 57c330c..f9c2072 100644
--- a/include/X11/Xaw/XawInit.h
+++ b/include/X11/Xaw/XawInit.h
@@ -1,6 +1,7 @@
/* $Xorg: XawInit.h,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $
*
Copyright 1989, 1994, 1998 The Open Group
+Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
@@ -22,12 +23,13 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xaw/XawInit.h,v 1.13 2001/12/14 19:54:46 dawes Exp $ */
+/* $XFree86: xc/lib/Xaw/XawInit.h,v 1.12 2001/01/17 19:42:36 dawes Exp $ */
+/* $XdotOrg: xc/lib/Xaw/XawInit.h,v 1.1.4.1.6.1.6.2 2004/04/12 12:20:50 gisburn Exp $ */
#ifndef _XawInit_h
#define _XawInit_h
-#define XawVendor "XFree86"
+#define XawVendor XVENDORNAMESHORT
#ifdef OLDXAW
#define XawVersion 6700002L
@@ -46,6 +48,17 @@ void XawInitializeWidgetSet(void);
void XawInitializeDefaultConverters(void);
#endif
+extern Widget XawOpenApplication(
+ XtAppContext *app_context_return,
+ Display *dpy,
+ Screen *screen,
+ String application_name,
+ String application_class,
+ WidgetClass widget_class,
+ int *argc,
+ String *argv
+);
+
_XFUNCPROTOEND
#endif /* _XawInit_h */