Alexandre Julliard : winex11.drv: Invalidate the DCE when the window format is changed.

Alexandre Julliard julliard at winehq.org
Tue Sep 18 05:30:59 CDT 2007


Module: wine
Branch: master
Commit: 12b4930f96e93d81dce0bc250346938754d92361
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=12b4930f96e93d81dce0bc250346938754d92361

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 17 16:57:09 2007 +0200

winex11.drv: Invalidate the DCE when the window format is changed.

---

 dlls/winex11.drv/window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c
index b0a7460..122370f 100644
--- a/dlls/winex11.drv/window.c
+++ b/dlls/winex11.drv/window.c
@@ -177,6 +177,7 @@ BOOL X11DRV_set_win_format( HWND hwnd, XID fbconfig_id )
 
     data->fbconfig_id = fbconfig_id;
     SetPropA(hwnd, fbconfig_id_prop, (HANDLE)data->fbconfig_id);
+    invalidate_dce( hwnd, &data->window_rect );
     return TRUE;
 }
 




More information about the wine-cvs mailing list