xref: /386bsd/usr/X386/include/X11/Core.h (revision a2142627)
1 /*
2 * $XConsortium: Core.h,v 1.10 89/12/12 19:30:32 swick Exp $
3 * $oHeader: Core.h,v 1.2 88/08/18 15:54:32 asente Exp $
4 */
5 
6 /***********************************************************
7 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
8 and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
9 
10                         All Rights Reserved
11 
12 Permission to use, copy, modify, and distribute this software and its
13 documentation for any purpose and without fee is hereby granted,
14 provided that the above copyright notice appear in all copies and that
15 both that copyright notice and this permission notice appear in
16 supporting documentation, and that the names of Digital or MIT not be
17 used in advertising or publicity pertaining to distribution of the
18 software without specific, written prior permission.
19 
20 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
21 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
22 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
23 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
24 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
25 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
26 SOFTWARE.
27 
28 ******************************************************************/
29 
30 #ifndef _XtCore_h
31 #define _XtCore_h
32 
33 typedef struct _WidgetClassRec *CoreWidgetClass;
34 typedef struct _WidgetRec *CoreWidget;
35 externalref WidgetClass coreWidgetClass;
36 
37 #ifndef _XT_CORE_C
38 externalref WidgetClass widgetClass;
39 
40 #endif
41 
42 #endif /* _XtCore_h */
43 /* DON'T ADD STUFF AFTER THIS #endif */
44