# HG changeset patch # User Claus Gittinger # Date 1398815476 -7200 # Node ID 4c74365e8200d7195dedebb50530b52cd22cc47e # Parent f1e41e5a858816fba86445fa75bc3ef6af88d051 x diff -r f1e41e5a8588 -r 4c74365e8200 libInit.cc --- a/libInit.cc Wed Apr 30 01:51:14 2014 +0200 +++ b/libInit.cc Wed Apr 30 01:51:16 2014 +0200 @@ -1,5 +1,5 @@ /* - * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.72 2014-04-29 23:40:46 cg Exp $ + * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.73 2014-04-29 23:51:16 cg Exp $ * * DO NOT EDIT * automagically generated from the projectDefinition: stx_libview. @@ -84,6 +84,8 @@ _SimpleView_Init(pass,__pRT__,snd); _ShadowView_Init(pass,__pRT__,snd); _View_Init(pass,__pRT__,snd); +_XWorkstation_Init(pass,__pRT__,snd); +_GLXWorkstation_Init(pass,__pRT__,snd); _TopView_Init(pass,__pRT__,snd); _PopUpView_Init(pass,__pRT__,snd); _StandardSystemView_Init(pass,__pRT__,snd);