libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 13 May 2015 11:32:25 +0100
branchjv
changeset 6867 7ff5662d0ff9
parent 6819 f91377f97414
child 7036 530b3e1c64c3
permissions -rw-r--r--
Win / x86_64 build fix: do not include XWorkstation in Windows builds It is rarely if at all used and xlib libraries are not available when building using MinGW(64) toolchain. If anybody uses XWorkstation under windows, let me know.

/*
 * $Header$
 *
 * 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);
_DisplayTransform_Init(pass,__pRT__,snd);
_ScaleTransform_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);
_XGraphicsContext_Init(pass,__pRT__,snd);
_MonoMappedPalette_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
_XftFontDescription_Init(pass,__pRT__,snd);
_XEmbedContainerView_Init(pass,__pRT__,snd);
_XWorkstation_Init(pass,__pRT__,snd);
_GLXWorkstation_Init(pass,__pRT__,snd);
#endif /* UNIX */
#ifdef WIN32
_WinWorkstation_Init(pass,__pRT__,snd);
#endif /* WIN32 */


__END_PACKAGE__();
}