libInit.cc
author Claus Gittinger <cg@exept.de>
Fri, 06 Nov 2009 20:31:55 +0100
changeset 5506 646818301b73
parent 5502 dd398c0d323a
child 5701 9da897db1c12
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.51 2009-11-06 19:31:55 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;
#endif

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);
_Border_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);
_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);
_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);
_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 WIN32
_WinWorkstation_Init(pass,__pRT__,snd);
#endif /* WIN32 */


__END_PACKAGE__();
}