libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 24 Nov 2014 13:47:35 +0000
branchdelegated_gc_jv
changeset 6616 9dad6d1245cc
parent 6528 62c1dbef0b84
parent 6599 40c182d8bd5b
child 6726 9f16fe1701f5
permissions -rw-r--r--
Merged ea4e1faf457a and 160cf8d7ea05 (branch default)

/*
 * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.75 2014-11-18 14:26:52 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);
_GraphicsMedium_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);
_DisplaySurface_Init(pass,__pRT__,snd);
_Font_Init(pass,__pRT__,snd);
_Form_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);
_DisplayRootView_Init(pass,__pRT__,snd);
_ImageMask_Init(pass,__pRT__,snd);
_MappedPalette_Init(pass,__pRT__,snd);
_SimpleView_Init(pass,__pRT__,snd);
_WidgetEvent_Init(pass,__pRT__,snd);
_MonoMappedPalette_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);
#ifdef UNIX
_XftFontDescription_Init(pass,__pRT__,snd);
_XEmbedContainerView_Init(pass,__pRT__,snd);
_GLXWorkstation_Init(pass,__pRT__,snd);
#endif /* UNIX */
#ifdef WIN32
_WinWorkstation_Init(pass,__pRT__,snd);
#endif /* WIN32 */


__END_PACKAGE__();
}