class: Object
authorStefan Vogel <sv@exept.de>
Tue, 31 Jan 2017 13:37:28 +0100
changeset 7812 5a4f29d07010
parent 7811 3283f8fc1cfc
child 7813 f9a9a63d6263
class: Object added: #isColormap in extensions
libInit.cc
--- a/libInit.cc	Tue Jan 31 13:37:25 2017 +0100
+++ b/libInit.cc	Tue Jan 31 13:37:28 2017 +0100
@@ -200,6 +200,6 @@
     _WinWorkstation_Init(pass,__pRT__,snd);
 #endif /* WIN32 */
 
-
+    _stx_137libview_extensions_Init(pass,__pRT__,snd);
   __END_PACKAGE__();
 }