Index: trunk/MagicSoft/Mars/mbase/BaseLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/BaseLinkDef.h	(revision 4057)
+++ trunk/MagicSoft/Mars/mbase/BaseLinkDef.h	(revision 4058)
@@ -47,5 +47,9 @@
 #pragma link C++ class MGTask+;
 #pragma link C++ class MGList+;
+#pragma link C++ class MGMap+;
 #pragma link C++ class MGGroupFrame+;
+
+// Root enhancements
+//#pragma link C++ class MGraph+;
 
 // Basic containers
Index: trunk/MagicSoft/Mars/mbase/MGMap.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MGMap.cc	(revision 4057)
+++ trunk/MagicSoft/Mars/mbase/MGMap.cc	(revision 4058)
@@ -52,4 +52,8 @@
 using namespace std;
 
+//
+// THIS IS A WORKAROUND TO GET A MORE DIRECT ACCESS TO TGX11
+//
+/*
 #include <TGX11.h>
 class MGX11 : public TGX11
@@ -114,5 +118,5 @@
     }
 };
-
+*/
 // --------------------------------------------------------------------------
 //
@@ -187,4 +191,5 @@
 //        find a way to get it from the drawable.
 //
+/*
 void MGMap::Paint(Drawable_t id, Float_t scale)
 {
@@ -206,4 +211,5 @@
     }
 }
+*/
 
 // --------------------------------------------------------------------------
Index: trunk/MagicSoft/Mars/mbase/MGMap.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MGMap.h	(revision 4057)
+++ trunk/MagicSoft/Mars/mbase/MGMap.h	(revision 4058)
@@ -36,6 +36,6 @@
 
     void     Paint(Option_t *o="");
-    void     Paint(Drawable_t id, Float_t scale);
     void     Paint(unsigned char *buf, int w, int h, Float_t scale);
+    //void     Paint(Drawable_t id, Float_t scale);
 
     Int_t    Color(int col);
Index: trunk/MagicSoft/Mars/mbase/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mbase/Makefile	(revision 4057)
+++ trunk/MagicSoft/Mars/mbase/Makefile	(revision 4058)
@@ -36,4 +36,5 @@
            MSearch.cc \
            MGMenu.cc \
+           MGMap.cc \
            MIter.cc \
            MDirIter.cc \
