http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c9cd7
)
winex11.drv: Revert patches for Expose skipping (eterbug #3971 #969)
author
Ilya Shpigor
<shpigor@etersoft.ru>
Fri, 22 May 2009 10:15:33 +0000
(14:15 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 8 Jun 2009 09:53:27 +0000
(13:53 +0400)
dlls/winex11.drv/event.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winex11.drv/event.c
b/dlls/winex11.drv/event.c
index b79a294b1728342b0acab4a66cff421847b7cbc8..8ce03a8819406486d077d6c6e80753908e77cafc 100644
(file)
--- a/
dlls/winex11.drv/event.c
+++ b/
dlls/winex11.drv/event.c
@@
-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)