libInit.cc
author Claus Gittinger <cg@exept.de>
Thu, 14 Sep 2006 16:21:13 +0200
changeset 4602 b61dd58572fd
parent 4596 dc1a8c02a6c1
child 4683 e410cf0df80b
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.21 2006-09-14 14:21:13 cg Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libview.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
#  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 _libstx_libview_Init() INIT_TEXT_SECT;
#endif
void _libstx_libview_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libview", _libstx_libview_Init, "stx:libview");
_Color_Init(pass,__pRT__,snd);
_Colormap_Init(pass,__pRT__,snd);
_Controller_Init(pass,__pRT__,snd);
_Cursor_Init(pass,__pRT__,snd);
_DeviceHandle_Init(pass,__pRT__,snd);
_FontDescription_Init(pass,__pRT__,snd);
_GraphicsContext_Init(pass,__pRT__,snd);
_GraphicsDevice_Init(pass,__pRT__,snd);
_Image_Init(pass,__pRT__,snd);
_ImageReader_Init(pass,__pRT__,snd);
_KeyboardForwarder_Init(pass,__pRT__,snd);
_KeyboardMap_Init(pass,__pRT__,snd);
_OpenGLConstants_Init(pass,__pRT__,snd);
_ResourcePack_Init(pass,__pRT__,snd);
_WindowEvent_Init(pass,__pRT__,snd);
_WindowGroup_Init(pass,__pRT__,snd);
_WindowSensor_Init(pass,__pRT__,snd);
_WindowingTransformation_Init(pass,__pRT__,snd);
_stx_137libview_Init(pass,__pRT__,snd);
_ColorPalette_Init(pass,__pRT__,snd);
_Depth16Image_Init(pass,__pRT__,snd);
_Depth1Image_Init(pass,__pRT__,snd);
_Depth24Image_Init(pass,__pRT__,snd);
_Depth2Image_Init(pass,__pRT__,snd);
_Depth32Image_Init(pass,__pRT__,snd);
_Depth4Image_Init(pass,__pRT__,snd);
_Depth8Image_Init(pass,__pRT__,snd);
_DeviceGraphicsContext_Init(pass,__pRT__,snd);
_Font_Init(pass,__pRT__,snd);
_HostGraphicsDevice_Init(pass,__pRT__,snd);
_SynchronousWindowSensor_Init(pass,__pRT__,snd);
_ViewStyle_Init(pass,__pRT__,snd);
_DeviceWorkstation_Init(pass,__pRT__,snd);
_GraphicsMedium_Init(pass,__pRT__,snd);
_ImageMask_Init(pass,__pRT__,snd);
_MappedPalette_Init(pass,__pRT__,snd);
_DisplaySurface_Init(pass,__pRT__,snd);
_Form_Init(pass,__pRT__,snd);
_MonoMappedPalette_Init(pass,__pRT__,snd);
_DisplayRootView_Init(pass,__pRT__,snd);
_SimpleView_Init(pass,__pRT__,snd);
_ShadowView_Init(pass,__pRT__,snd);
_View_Init(pass,__pRT__,snd);
_TopView_Init(pass,__pRT__,snd);
_PopUpView_Init(pass,__pRT__,snd);
_StandardSystemView_Init(pass,__pRT__,snd);
_ModalBox_Init(pass,__pRT__,snd);
#ifdef UNIX
_XWorkstation_Init(pass,__pRT__,snd);
#endif /* UNIX */
#ifdef WIN32
_WinWorkstation_Init(pass,__pRT__,snd);
_WinPrinter_Init(pass,__pRT__,snd);
#endif /* WIN32 */


__END_PACKAGE__();
}