1994689c1Smrg/*
27a84e134Smrg *
37a84e134SmrgCopyright 1989, 1994, 1998  The Open Group
47a84e134SmrgCopyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
57a84e134Smrg
67a84e134SmrgPermission to use, copy, modify, distribute, and sell this software and its
77a84e134Smrgdocumentation for any purpose is hereby granted without fee, provided that
87a84e134Smrgthe above copyright notice appear in all copies and that both that
97a84e134Smrgcopyright notice and this permission notice appear in supporting
107a84e134Smrgdocumentation.
117a84e134Smrg
127a84e134SmrgThe above copyright notice and this permission notice shall be included in
137a84e134Smrgall copies or substantial portions of the Software.
147a84e134Smrg
157a84e134SmrgTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
167a84e134SmrgIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
177a84e134SmrgFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
187a84e134SmrgOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
197a84e134SmrgAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
207a84e134SmrgCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
217a84e134Smrg
227a84e134SmrgExcept as contained in this notice, the name of The Open Group shall not be
237a84e134Smrgused in advertising or otherwise to promote the sale, use or other dealings
247a84e134Smrgin this Software without prior written authorization from The Open Group.
257a84e134Smrg */
267a84e134Smrg#ifndef _XawInit_h
277a84e134Smrg#define _XawInit_h
287a84e134Smrg
297a84e134Smrg#define XawVendor	XVENDORNAMESHORT
307a84e134Smrg
317a84e134Smrg#ifdef OLDXAW
327a84e134Smrg#define XawVersion	6700002L
337a84e134Smrg#else
347a84e134Smrg#define	XawVersion	7000002L
357a84e134Smrg
367a84e134Smrgtypedef struct _XawDL XawDisplayList;
377a84e134Smrg#endif /* OLDXAW */
387a84e134Smrg
39f353fbadSmrg#include <X11/Intrinsic.h>
407a84e134Smrg#include <X11/Xfuncproto.h>
417a84e134Smrg
427a84e134Smrg_XFUNCPROTOBEGIN
437a84e134Smrg
447a84e134Smrgvoid XawInitializeWidgetSet(void);
457a84e134Smrg#ifndef OLDXAW
467a84e134Smrgvoid XawInitializeDefaultConverters(void);
477a84e134Smrg#endif
487a84e134Smrg
497a84e134Smrgextern Widget XawOpenApplication(
507a84e134Smrg    XtAppContext *app_context_return,
517a84e134Smrg    Display      *dpy,
527a84e134Smrg    Screen       *screen,
537a84e134Smrg    String        application_name,
547a84e134Smrg    String        application_class,
557a84e134Smrg    WidgetClass   widget_class,
567a84e134Smrg    int          *argc,
575ec34c4cSmrg    _XtString    *argv
587a84e134Smrg);
597a84e134Smrg
607a84e134Smrg_XFUNCPROTOEND
617a84e134Smrg
627a84e134Smrg#endif /* _XawInit_h */
63