Alexandre Julliard : winex11: Get rid of the visual id property, we are using the default now.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:21:27 CST 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 25 16:06:08 2008 +0100

winex11: Get rid of the visual id property, we are using the default now.

---

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

diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c
index 9505103..6dd9e7d 100644
--- a/dlls/winex11.drv/window.c
+++ b/dlls/winex11.drv/window.c
@@ -64,7 +64,6 @@ static const char fbconfig_id_prop[]  = "__wine_x11_fbconfig_id";
 static const char gl_drawable_prop[]  = "__wine_x11_gl_drawable";
 static const char pixmap_prop[]       = "__wine_x11_pixmap";
 static const char managed_prop[]      = "__wine_x11_managed";
-static const char visual_id_prop[]    = "__wine_x11_visual_id";
 
 /* for XDG systray icons */
 #define SYSTEM_TRAY_REQUEST_DOCK    0
@@ -1360,7 +1359,6 @@ static struct x11drv_win_data *create_desktop_win_data( Display *display, HWND h
     SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
     SetPropA( data->hwnd, whole_window_prop, (HANDLE)root_window );
     SetPropA( data->hwnd, client_window_prop, (HANDLE)root_window );
-    SetPropA( data->hwnd, visual_id_prop, (HANDLE)visualid );
     set_initial_wm_hints( display, data );
     return data;
 }




More information about the wine-cvs mailing list