winex11.drv: Don't manage the calendar window in 1c7 (eterbug #5476)
authorIlya Shpigor <shpigor@etersoft.ru>
Mon, 14 Jun 2010 08:52:03 +0000 (12:52 +0400)
committerVitaly Lipatov <lav@etersoft.ru>
Wed, 16 Jun 2010 15:54:21 +0000 (19:54 +0400)
dlls/winex11.drv/window.c

index b476841715d9d5df7280fc74cdbe98118b0a4ad7..ffebed3cc82593d4ecc3859510dd530a3f3c1700 100644 (file)
@@ -195,6 +195,8 @@ static BOOL is_window_managed( HWND hwnd, UINT swp_flags, const RECT *window_rec
             if (!strcmp(class, "#32770") && (ex_style & (WS_EX_DLGMODALFRAME|WS_EX_WINDOWEDGE) ) && (style & ( 0x084c800c0 )) && !strcmp(ParentClass, "#32770") && !(is_window_managed(GetParent(hwnd), 0, NULL)) )
                 return FALSE;
 
+            if (!strcmp(class, "Afx:400000:88b:10de:10:0"))
+                return FALSE;
         }
     }