* Xlib.cs: remove the static keyword from the class
authorChris Toshok <toshok@novell.com>
Tue, 21 Nov 2006 19:16:58 +0000 (19:16 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 21 Nov 2006 19:16:58 +0000 (19:16 -0000)
2006-11-21  Chris Toshok  <toshok@ximian.com>

svn path=/trunk/mcs/; revision=68275

mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs

index c17c4fa9e61a91b91eb850b7c6a7e36d79d24173..7fccb78872d81c3f83319af319ab21865911ec22 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-21  Chris Toshok  <toshok@ximian.com>
+
+       * Xlib.cs: remove the static keyword from the class
+
 2006-11-21  Chris Toshok  <toshok@ximian.com>
 
        * XplatUIX11-new.cs: implement the Idle event by adding/removing
index 52f4255a910d71090f6e3d8101db7a8c5da76eb9..bd84be2e3abe13979a2827f61488a4e9b1fc7f40 100644 (file)
@@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Windows.Forms.X11Internal {
 
-       internal static class Xlib {
+       internal class Xlib {
                const string libX11 = "X11";
                const string gdiplus = "gdiplus";