98N/A/*
98N/A* $XConsortium: LogoP.h,v 1.6 89/05/11 01:05:52 kit Exp $
98N/A*/
98N/A
98N/A/*
98N/ACopyright 1988 by the Massachusetts Institute of Technology
98N/A
98N/APermission to use, copy, modify, and distribute this
98N/Asoftware and its documentation for any purpose and without
98N/Afee is hereby granted, provided that the above copyright
98N/Anotice appear in all copies and that both that copyright
98N/Anotice and this permission notice appear in supporting
98N/Adocumentation, and that the name of M.I.T. not be used in
98N/Aadvertising or publicity pertaining to distribution of the
98N/Asoftware without specific, written prior permission.
98N/AM.I.T. makes no representations about the suitability of
98N/Athis software for any purpose. It is provided "as is"
98N/Awithout express or implied warranty.
98N/A*/
98N/A
98N/A#ifndef _XawLogoP_h
98N/A#define _XawLogoP_h
98N/A
98N/A#include <./Xaw3_1Logo.h>
98N/A
98N/Atypedef struct {
98N/A Pixel fgpixel;
98N/A Boolean reverse_video;
98N/A GC foreGC;
98N/A GC backGC;
98N/A } LogoPart;
98N/A
98N/Atypedef struct _LogoRec {
98N/A CorePart core;
98N/A LogoPart logo;
98N/A } LogoRec;
98N/A
98N/Atypedef struct {int dummy;} LogoClassPart;
98N/A
98N/Atypedef struct _LogoClassRec {
98N/A CoreClassPart core_class;
98N/A LogoClassPart logo_class;
98N/A } LogoClassRec;
98N/A
98N/Aextern LogoClassRec logoClassRec;
98N/A
98N/A#endif /* _XawLogoP_h */
98N/A