XWorkstation removed again (not good for standAlone app delivery)
authorClaus Gittinger <cg@exept.de>
Mon, 01 Dec 2008 17:20:58 +0100
changeset 5120 95394f2bb1f4
parent 5119 65454c9394fe
child 5121 6fa205bf4d2f
XWorkstation removed again (not good for standAlone app delivery)
Make.spec
libInit.cc
--- a/Make.spec	Sat Nov 29 00:23:13 2008 +0100
+++ b/Make.spec	Mon Dec 01 17:20:58 2008 +0100
@@ -1,6 +1,6 @@
-# $Header: /cvs/stx/stx/libview/Make.spec,v 1.29 2008-11-24 13:30:51 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.spec,v 1.30 2008-12-01 16:20:57 cg Exp $
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libview.
 #
 # Warning: once you modify this file, do not rerun
@@ -55,6 +55,7 @@
 
 
 UNIX_OBJS= \
+    $(OUTDIR)XWorkstation.$(O) \
     $(OUTDIR)GLXWorkstation.$(O) \
 
 
@@ -105,7 +106,4 @@
     $(OUTDIR)WindowGroup.$(O) \
     $(OUTDIR)SynchronousWindowSensor.$(O) \
     $(OUTDIR)WindowingTransformation.$(O) \
-    $(OUTDIR)XWorkstation.$(O) \
     $(OUTDIR)stx_libview.$(O) \
-
-
--- 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