winex11.drv: Revert patches for Expose skipping (eterbug #3971 #969)
authorIlya Shpigor <shpigor@etersoft.ru>
Fri, 22 May 2009 10:15:33 +0000 (14:15 +0400)
committerVitaly Lipatov <lav@etersoft.ru>
Mon, 8 Jun 2009 09:53:27 +0000 (13:53 +0400)
dlls/winex11.drv/event.c

index b79a294b1728342b0acab4a66cff421847b7cbc8..8ce03a8819406486d077d6c6e80753908e77cafc 100644 (file)
@@ -752,10 +752,6 @@ static void X11DRV_Expose( HWND hwnd, XEvent *xev )
     TRACE( "win %p (%lx) %d,%d %dx%d\n",
            hwnd, event->window, event->x, event->y, event->width, event->height );
 
-    if (GetWindowLongW( hwnd, GWL_STYLE ) == (WS_POPUP | WS_CLIPSIBLINGS | WS_VISIBLE)
-        && !(GetWindowLongW( hwnd, GWL_EXSTYLE ) & WS_EX_TOOLWINDOW))
-        return;
-
     if (!(data = X11DRV_get_win_data( hwnd ))) return;
 
     if (event->window == data->whole_window)