00001 // @(#)root/base:$Id: InitGui.cxx 20877 2007-11-19 11:17:07Z rdm $ 00002 // Author: Fons Rademakers 15/01/98 00003 00004 //______________________________________________________________________________ 00005 void InitGui() 00006 { 00007 // Initialize the GUI and windowing system interface. 00008 // This version initializes the ROOT native GUI system. 00009 00010 // Dummy for backward compatability. 00011 // Loading of libraries and initialization of graphics objects is 00012 // done in TApplication::LoadGraphicsLibs(). 00013 } 00014