* Fixes putty ssh program. Regards, Carlos. -- ___ _ \ | / Infraestructuras | . |._ _ _| | ___ ___ ___ http://www.andago.com | || ' |/ . |<_> |/ . |/ . \__ GNU/Linux |_|_||_|_|\___|<___|\_. |\___/ _ \ __|\ \ / Carlos A. Lozano <___'/ | \ -_) __/\__ \ > < -_) [ carlos.lozano@andago.com ]\___|_| ____/ _/\_\___| [ calb@epsxe.com ] http://www.epsxe.com
--- 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) {