libInit.cc
branchjv
changeset 6867 7ff5662d0ff9
parent 6819 f91377f97414
child 7036 530b3e1c64c3
--- a/libInit.cc	Wed May 13 07:37:35 2015 +0100
+++ b/libInit.cc	Wed May 13 11:32:25 2015 +0100
@@ -87,7 +87,6 @@
 _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);
@@ -95,6 +94,7 @@
 #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