Juris Smotrovs wrote:
Index: dlls/x11drv/winpos.c
RCS file: /home/wine/wine/dlls/x11drv/winpos.c,v retrieving revision 1.149 diff -u -r1.149 winpos.c --- dlls/x11drv/winpos.c 4 Apr 2006 21:16:28 -0000 1.149 +++ dlls/x11drv/winpos.c 3 May 2006 08:57:16 -0000
- if (!(parent && !IsWindowVisible( parent )) || (exStyle & WS_EX_MDICHILD))
There's no other MDI specific code in x11drv. Are you sure that this can't be done in dlls/user/mdi.c where the bulk of MDI specific code is?
Mike