Putty program fixed

Lozano, Carlos A. clozano at andago.com
Wed May 28 14:36:47 CDT 2003


* Fixes putty ssh program.

Regards,
Carlos.

-- 
 ___         _          \  |  /  Infraestructuras
| . |._ _  _| | ___  ___  ___    http://www.andago.com
|   || ' |/ . |<_> |/ . |/ . \__ GNU/Linux
|_|_||_|_|\___|<___|\_. |\___/     _ \  __|\ \  /
 Carlos A. Lozano   <___'/ | \ -_) __/\__ \ >  <  -_)
 [ carlos.lozano at andago.com ]\___|_|  ____/ _/\_\___|
 [ calb at epsxe.com           ]  http://www.epsxe.com
-------------- next part --------------
--- dlls/x11drv/winpos.c	19 May 2003 19:09:40 -0000	1.65
+++ dlls/x11drv/winpos.c	28 May 2003 19:37:10 -0000
@@ -839,7 +839,7 @@
 
     if (changed & WS_VISIBLE)
     {
-        if (!IsRectEmpty( &wndPtr->rectWindow ) && !is_window_top_level(wndPtr))
+        if (!IsRectEmpty( &wndPtr->rectWindow ))
         {
             if (wndPtr->dwStyle & WS_VISIBLE)
             {


More information about the wine-patches mailing list