libInit.cc
author Claus Gittinger <cg@exept.de>
Thu, 23 Sep 1999 09:00:30 +0200
changeset 2923 0266075cfd54
parent 2900 7d78e8af40de
child 3081 f791d35ce061
permissions -rw-r--r--
*** empty log message ***

/*
 * DO NOT EDIT 
 * automatically generated from Make.proto (by make libInit.cc)
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__)
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#   undef INIT_TEXT_SECT
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
#  endif
# endif /* not GNUC */
#endif /* not WIN32 */
#ifdef INIT_TEXT_SECT
extern void _libview_Init() INIT_TEXT_SECT;
#endif
void _libview_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libview", _libview_Init, "stx:libview");
_GraphicsDevice_Init(pass,__pRT__,snd);
_HostGraphicsDevice_Init(pass,__pRT__,snd);
_DeviceWorkstation_Init(pass,__pRT__,snd);
_Image_Init(pass,__pRT__,snd);
_Depth1Image_Init(pass,__pRT__,snd);
_Depth2Image_Init(pass,__pRT__,snd);
_Depth4Image_Init(pass,__pRT__,snd);
_Depth8Image_Init(pass,__pRT__,snd);
_Depth24Image_Init(pass,__pRT__,snd);
_ImageReader_Init(pass,__pRT__,snd);
_Workstation_Init(pass,__pRT__,snd);
_Color_Init(pass,__pRT__,snd);
_Colormap_Init(pass,__pRT__,snd);
_FontDescription_Init(pass,__pRT__,snd);
_Font_Init(pass,__pRT__,snd);
_Cursor_Init(pass,__pRT__,snd);
_DeviceHandle_Init(pass,__pRT__,snd);
_GraphicsContext_Init(pass,__pRT__,snd);
_DeviceGraphicsContext_Init(pass,__pRT__,snd);
_GraphicsMedium_Init(pass,__pRT__,snd);
_Form_Init(pass,__pRT__,snd);
_DisplaySurface_Init(pass,__pRT__,snd);
_SimpleView_Init(pass,__pRT__,snd);
_View_Init(pass,__pRT__,snd);
_TopView_Init(pass,__pRT__,snd);
_StandardSystemView_Init(pass,__pRT__,snd);
_ModalBox_Init(pass,__pRT__,snd);
_PopUpView_Init(pass,__pRT__,snd);
_ShadowView_Init(pass,__pRT__,snd);
_DisplayRootView_Init(pass,__pRT__,snd);
_Controller_Init(pass,__pRT__,snd);
_WindowingTransformation_Init(pass,__pRT__,snd);
_WindowEvent_Init(pass,__pRT__,snd);
_WindowGroup_Init(pass,__pRT__,snd);
_WindowSensor_Init(pass,__pRT__,snd);
_SynchronousWindowSensor_Init(pass,__pRT__,snd);
_KeyboardForwarder_Init(pass,__pRT__,snd);
_KeyboardMap_Init(pass,__pRT__,snd);
_ResourcePack_Init(pass,__pRT__,snd);
_ViewStyle_Init(pass,__pRT__,snd);
_Depth16Image_Init(pass,__pRT__,snd);
_Depth32Image_Init(pass,__pRT__,snd);
_ImageMask_Init(pass,__pRT__,snd);
#ifdef WANT_XWorkstation
_XWorkstation_Init(pass,__pRT__,snd);
#endif
#ifdef WANT_GLXWorkstation
_GLXWorkstation_Init(pass,__pRT__,snd);
#endif
__END_PACKAGE__();
}