libInit.cc
changeset 5120 95394f2bb1f4
parent 5106 d1c0423430eb
child 5158 ee2765117bd2
--- a/libInit.cc	Sat Nov 29 00:23:13 2008 +0100
+++ b/libInit.cc	Mon Dec 01 17:20:58 2008 +0100
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.38 2008-11-24 13:30:56 cg Exp $
+ * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.39 2008-12-01 16:20:58 cg Exp $
  *
- * DO NOT EDIT 
+ * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libview.
  */
 #define __INDIRECTVMINITCALLS__
@@ -9,7 +9,7 @@
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
-#endif 
+#endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libview_Init() INIT_TEXT_SECTION;
@@ -57,7 +57,6 @@
 _DisplaySurface_Init(pass,__pRT__,snd);
 _Form_Init(pass,__pRT__,snd);
 _MonoMappedPalette_Init(pass,__pRT__,snd);
-_XWorkstation_Init(pass,__pRT__,snd);
 _DisplayRootView_Init(pass,__pRT__,snd);
 _SimpleView_Init(pass,__pRT__,snd);
 _ShadowView_Init(pass,__pRT__,snd);
@@ -67,6 +66,7 @@
 _StandardSystemView_Init(pass,__pRT__,snd);
 _ModalBox_Init(pass,__pRT__,snd);
 #ifdef UNIX
+_XWorkstation_Init(pass,__pRT__,snd);
 _GLXWorkstation_Init(pass,__pRT__,snd);
 #endif /* UNIX */
 #ifdef WIN32