- Added code to destroy the X window
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 13 Oct 2004 20:18:41 +0000 (20:18 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 13 Oct 2004 20:18:41 +0000 (20:18 -0000)
svn path=/trunk/mcs/; revision=34957

mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs

index de3fdddd8683daff23ddd80f1b47a24236e71d6f..c1197f4cac3d75982ef8f0c4623401e4d398b361 100644 (file)
@@ -343,6 +343,7 @@ namespace System.Windows.Forms {
                                        data.Dispose ();
                                        handle_data [handle] = null;
                                }
+                               XDestroyWindow(DisplayHandle, handle);
                        }
                }