Typo error
authormlancione <marco@optikam.com>
Fri, 11 Dec 2015 14:21:16 +0000 (09:21 -0500)
committermlancione <marco@optikam.com>
Fri, 11 Dec 2015 14:21:16 +0000 (09:21 -0500)
Fixing a compiler error.

mcs/class/System.Windows.Forms/System.Windows.Forms/XEventQueue.cs

index 7a79b277fe3b93c4deadb3302d67c9686c877fb0..11b7ad542c20fd335632fb3d19695672758c4b00 100644 (file)
@@ -182,7 +182,7 @@ namespace System.Windows.Forms {
                                        if (!(hwnd.nc_expose_pending && hwnd.expose_pending)) {
                                                hwnds.Remove (hwnd);
                                        }
-                                       if (wnd.expose_pending) {
+                                       if (hwnd.expose_pending) {
                                                xevent.ExposeEvent.window = hwnd.client_window;
 #if not
                                                xevent.ExposeEvent.x = hwnd.invalid.X;