Author: miguel
Date: 2007-06-25 02:13:30 -0400 (Mon, 25 Jun 2007)
New Revision: 80667

Modified:
   trunk/moon/gtk/mopen.cs
Log:
Revert, this was not finsihed

Modified: trunk/moon/gtk/mopen.cs
===================================================================
--- trunk/moon/gtk/mopen.cs     2007-06-25 06:10:43 UTC (rev 80666)
+++ trunk/moon/gtk/mopen.cs     2007-06-25 06:13:30 UTC (rev 80667)
@@ -53,7 +53,6 @@
        static bool fixedwindow = false;
        static int width = -1;
        static int height = -1;
-       static bool transparent = false;
        
        static void Help ()
        {
@@ -69,15 +68,6 @@
        {
                Application.Init ();
                Window w = new Window (file);
-               w.AppPaintable = true;
-
-               if (transparent){
-                       Gdk.Colormap colormap = w.Screen.RgbaColormap;
-
-                       if (colormap != null)
-                               w.Colormap = colormap;
-               }
-               
                w.DeleteEvent += delegate {
                        Application.Quit ();
                };
@@ -185,10 +175,6 @@
                                fixedwindow = true;
                                break;
 
-                       case "--trans":
-                               transparent = true;
-                               break;
-                               
                        case "--geometry": case "-g":
                                if (i+1 == args.Length){
                                        Console.Error.WriteLine ("mopen: 
geometry flag `{0}' takes an argument", args [i]);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to