/* * * Motif definitions. */ #ifndef _XM_XM_H #define _XM_XM_H # ifdef __cplusplus extern "C" { # endif #ifndef _X11_INTRINSIC_H #include #endif #undef externalref #define externalref extern externalref int xmUseVersion __asm("_$$PsectAttributes_GLOBALSYMBOL$$xmUseVersion"); externalref char _XmsDEFAULT_FONT[] __asm("_$$PsectAttributes_GLOBALSYMBOL$$_XmSDEFAULT_FONT"); externalref char _XmsDEFAULT_BACKGROUND[] __asm("_$$PsectAttributes_GLOBALSYMBOL$$_XmSDEFAULT_BACKGROUND"); #ifndef PRIMITIVE externalref WidgetClass xmPrimitiveWidgetClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$xmPrimitiveWidgetClass"); #endif #ifndef GADGET externalref WidgetClass xmGadgetClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$xmGadgetClass"); #endif #ifndef MANAGER externalref WidgetClass xmManagerWidgetClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$xmManagerWidgetClass"); #endif #include "decw$include:Xm.h" # ifdef __cplusplus } # endif #endif /*_XM_XM_H*/