Re: Extended window flag

2003-12-15 Thread Dmitry Timoshkov
"Andreas Mohr" <[EMAIL PROTECTED]> wrote: > Whatever workaround you come up with in your program to make it > Wine-compatible, rest assured that in > 95% of all cases it's a bad idea: > we really need to get Wine fixed instead. > > Feel free to submit a patch correcting GetWindowLong and similar

Re: Extended window flag

2003-12-15 Thread Andreas Mohr
Hi, On Mon, Dec 15, 2003 at 03:44:02PM +0100, Fabian Cenedese wrote: > >Feel free to submit a patch correcting GetWindowLong and similar functions. > > I would... but I'm not that familiar with the wine code. I don't know if this > function is also used internally where these flags are needed. Bu

Re: Extended window flag

2003-12-15 Thread Fabian Cenedese
>> >>I have an application where I get the styles from a window with >> >> >> >>GetWindowLong(m_hWnd, GWL_EXSTYLE); >> >> >> >>In Windows I get 0x0110 but in wine I get 0x4110. From the wine >> >>headers (mine seem to old) I get this means 'managed by the system'. Is >> >>this something wi

Re: Extended window flag

2003-12-15 Thread Andreas Mohr
Hi, On Mon, Dec 15, 2003 at 02:32:39PM +0100, Fabian Cenedese wrote: > > >>I have an application where I get the styles from a window with > >> > >>GetWindowLong(m_hWnd, GWL_EXSTYLE); > >> > >>In Windows I get 0x0110 but in wine I get 0x4110. From the wine > >>headers (mine seem to old) I

Re: Extended window flag

2003-12-15 Thread Fabian Cenedese
>>I have an application where I get the styles from a window with >> >>GetWindowLong(m_hWnd, GWL_EXSTYLE); >> >>In Windows I get 0x0110 but in wine I get 0x4110. From the wine >>headers (mine seem to old) I get this means 'managed by the system'. Is >>this something wine specific? Do I nee

Re: Extended window flag

2003-12-12 Thread Fabian Cenedese
>I have an application where I get the styles from a window with > >GetWindowLong(m_hWnd, GWL_EXSTYLE); > >In Windows I get 0x0110 but in wine I get 0x4110. From the wine >headers (mine seem to old) I get this means 'managed by the system'. Is >this something wine specific? Do I need to pa

Extended window flag

2003-12-12 Thread Fabian Cenedese
Hi I have an application where I get the styles from a window with GetWindowLong(m_hWnd, GWL_EXSTYLE); In Windows I get 0x0110 but in wine I get 0x4110. From the wine headers (mine seem to old) I get this means 'managed by the system'. Is this something wine specific? Do I need to pay at