*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 06 Sep 1997 20:43:24 +0200
changeset 1895 7e2200893a1c
parent 1894 9982e96dff75
child 1896 5128713473db
*** empty log message ***
libInit.cc
vmslibinit.cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libInit.cc	Sat Sep 06 20:43:24 1997 +0200
@@ -0,0 +1,60 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libview_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libview", _libview_Init);
+_Color_Init(pass,__pRT__,snd);
+_Colormap_Init(pass,__pRT__,snd);
+_Controller_Init(pass,__pRT__,snd);
+_Cursor_Init(pass,__pRT__,snd);
+_DisplayRootView_Init(pass,__pRT__,snd);
+_DisplaySurface_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);
+_DeviceColorHandle_Init(pass,__pRT__,snd);
+_DeviceFormHandle_Init(pass,__pRT__,snd);
+_DeviceGraphicsContext_Init(pass,__pRT__,snd);
+_DeviceHandle_Init(pass,__pRT__,snd);
+_DeviceViewHandle_Init(pass,__pRT__,snd);
+_DeviceWorkstation_Init(pass,__pRT__,snd);
+_Font_Init(pass,__pRT__,snd);
+_FontDescription_Init(pass,__pRT__,snd);
+_Form_Init(pass,__pRT__,snd);
+_GraphicsContext_Init(pass,__pRT__,snd);
+_GraphicsMedium_Init(pass,__pRT__,snd);
+_GraphicsDevice_Init(pass,__pRT__,snd);
+_HostGraphicsDevice_Init(pass,__pRT__,snd);
+_Image_Init(pass,__pRT__,snd);
+_ImageMask_Init(pass,__pRT__,snd);
+_ImageReader_Init(pass,__pRT__,snd);
+_KeyboardForwarder_Init(pass,__pRT__,snd);
+_KeyboardMap_Init(pass,__pRT__,snd);
+_ModalBox_Init(pass,__pRT__,snd);
+_PopUpView_Init(pass,__pRT__,snd);
+_ResourcePack_Init(pass,__pRT__,snd);
+_SynchronousWindowSensor_Init(pass,__pRT__,snd);
+_ShadowView_Init(pass,__pRT__,snd);
+_SimpleView_Init(pass,__pRT__,snd);
+_StandardSystemView_Init(pass,__pRT__,snd);
+_TopView_Init(pass,__pRT__,snd);
+_View_Init(pass,__pRT__,snd);
+_ViewStyle_Init(pass,__pRT__,snd);
+_WindowEvent_Init(pass,__pRT__,snd);
+_WindowGroup_Init(pass,__pRT__,snd);
+_WindowSensor_Init(pass,__pRT__,snd);
+_WindowingTransformation_Init(pass,__pRT__,snd);
+_Workstation_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}
--- a/vmslibinit.cc	Sat Sep 06 19:32:01 1997 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-
-#ifndef OLDVMDATA
-# define __INDIRECTVMINITCALLS__
-#endif
-#include <stc.h>
-_libview_Init(pass, __pRT__, snd)
-#ifdef OLDVMDATA
-OBJ snd; struct __initTab__ *__pRT__; {
-#else
-OBJ snd; struct __vmData__ *__pRT__; {
-#endif
- __BEGIN_PACKAGE__("libview", _libview_Init);
-_GraphicsDevice_Init(pass,__pRT__,snd);
-_HostGraphicsDevice_Init(pass,__pRT__,snd);
-_DeviceWorkstation_Init(pass,__pRT__,snd);
-_Image_Init(pass,__pRT__,snd);
-_Depth1Image_Init(pass,__pRT__,snd);
-_Depth2Image_Init(pass,__pRT__,snd);
-_Depth4Image_Init(pass,__pRT__,snd);
-_Depth8Image_Init(pass,__pRT__,snd);
-_Depth16Image_Init(pass,__pRT__,snd);
-_Depth32Image_Init(pass,__pRT__,snd);
-_ImageReader_Init(pass,__pRT__,snd);
-_Workstation_Init(pass,__pRT__,snd);
-_Color_Init(pass,__pRT__,snd);
-_Colormap_Init(pass,__pRT__,snd);
-_FontDescription_Init(pass,__pRT__,snd);
-_Font_Init(pass,__pRT__,snd);
-_Cursor_Init(pass,__pRT__,snd);
-_DeviceHandle_Init(pass,__pRT__,snd);
-_DeviceViewHandle_Init(pass,__pRT__,snd);
-_DeviceFormHandle_Init(pass,__pRT__,snd);
-_DeviceColorHandle_Init(pass,__pRT__,snd);
-_GraphicsContext_Init(pass,__pRT__,snd);
-_DeviceGraphicsContext_Init(pass,__pRT__,snd);
-_GraphicsMedium_Init(pass,__pRT__,snd);
-_Form_Init(pass,__pRT__,snd);
-_DisplaySurface_Init(pass,__pRT__,snd);
-_SimpleView_Init(pass,__pRT__,snd);
-_View_Init(pass,__pRT__,snd);
-_TopView_Init(pass,__pRT__,snd);
-_StandardSystemView_Init(pass,__pRT__,snd);
-_ModalBox_Init(pass,__pRT__,snd);
-_PopUpView_Init(pass,__pRT__,snd);
-_ShadowView_Init(pass,__pRT__,snd);
-_DisplayRootView_Init(pass,__pRT__,snd);
-_Controller_Init(pass,__pRT__,snd);
-_WindowingTransformation_Init(pass,__pRT__,snd);
-_WindowEvent_Init(pass,__pRT__,snd);
-_WindowGroup_Init(pass,__pRT__,snd);
-_WindowSensor_Init(pass,__pRT__,snd);
-_SynchronousWindowSensor_Init(pass,__pRT__,snd);
-_KeyboardForwarder_Init(pass,__pRT__,snd);
-_KeyboardMap_Init(pass,__pRT__,snd);
-_ResourcePack_Init(pass,__pRT__,snd);
-_ViewStyle_Init(pass,__pRT__,snd);
-_ImageMask_Init(pass,__pRT__,snd);
-_AlphaMask_Init(pass,__pRT__,snd);
-_XWorkstation_Init(pass,__pRT__,snd);
- __END_PACKAGE__();
-}