libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 00:42:48 +0200
changeset 6407 5851992d372e
parent 6178 4befeedc4d5d
child 6412 8431acbb293e
permissions -rw-r--r--
x

/*
 * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.65 2014-04-29 22:42:48 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libview.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libview_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libview_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libview_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libview__DFN", _libstx_libview_InitDefinition, "stx:libview");
_stx_137libview_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_libview_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libview", _libstx_libview_Init, "stx:libview");
_AbstractBackground_Init(pass,__pRT__,snd);
_AbstractBorder_Init(pass,__pRT__,snd);
_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);
_Event_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);
_ResourcePack_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);
_BeveledBorder_Init(pass,__pRT__,snd);
_BitmapFont_Init(pass,__pRT__,snd);
_Border_Init(pass,__pRT__,snd);
_ColorPalette_Init(pass,__pRT__,snd);
_CompoundFont_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);
_Depth48Image_Init(pass,__pRT__,snd);
_Depth4Image_Init(pass,__pRT__,snd);
_Depth64Image_Init(pass,__pRT__,snd);
_Depth8Image_Init(pass,__pRT__,snd);
_DeviceGraphicsContext_Init(pass,__pRT__,snd);
_Font_Init(pass,__pRT__,snd);
_GradientBackground_Init(pass,__pRT__,snd);
_HostGraphicsDevice_Init(pass,__pRT__,snd);
_ImageBackground_Init(pass,__pRT__,snd);
_NoBackground_Init(pass,__pRT__,snd);
_SimpleBorder_Init(pass,__pRT__,snd);
_SolidBackground_Init(pass,__pRT__,snd);
_SynchronousWindowSensor_Init(pass,__pRT__,snd);
_ViewStyle_Init(pass,__pRT__,snd);
_WindowEvent_Init(pass,__pRT__,snd);
_DeviceWorkstation_Init(pass,__pRT__,snd);
_GraphicsMedium_Init(pass,__pRT__,snd);
_ImageMask_Init(pass,__pRT__,snd);
_MappedPalette_Init(pass,__pRT__,snd);
_WidgetEvent_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);
_XWorkstation_Init(pass,__pRT__,snd);
_TopView_Init(pass,__pRT__,snd);
_PopUpView_Init(pass,__pRT__,snd);
_StandardSystemView_Init(pass,__pRT__,snd);
_ModalBox_Init(pass,__pRT__,snd);
_GLXWorkstation_Init(pass,__pRT__,snd);
#ifdef UNIX
_XEmbedContainerView_Init(pass,__pRT__,snd);
_XftFontDescription_Init(pass,__pRT__,snd);
#endif /* UNIX */
#ifdef WIN32
_WinWorkstation_Init(pass,__pRT__,snd);
#endif /* WIN32 */


__END_PACKAGE__();
}