Re: d3d10 beginning - review

2007-10-05 Thread Stefan Dösinger
Am Freitag, 5. Oktober 2007 17:55:08 schrieb Kovács András: > Hi, > > Here is my work, that is produced under Summer Of Code. > I decided to send this to wine-devel, before I'm splitting to patches. > > It doesn't contain a few of debug functions, but on it. If something is > wrong with this, pleas

d3d10 beginning - review

2007-10-05 Thread Kovács András
Hi, Here is my work, that is produced under Summer Of Code. I decided to send this to wine-devel, before I'm splitting to patches. It doesn't contain a few of debug functions, but on it. If something is wrong with this, please tell me. Best regards, Andras kovacs d3d10.tar.gz Description: ap

Re: [PATCH] wininet: NULL-terminate url string passed to InternetCrackUrlW from InternetCrackUrlA

2007-10-05 Thread Juan Lang
Hi Nigel, + lpwszUrl=HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(WCHAR)*(nLength+1)); + MultiByteToWideChar(CP_ACP,0,lpszUrl,dwUrlLength,lpwszUrl,(nLength+1)); + lpwszUrl[nLength] = 0; The last line is redundant: the HeapAlloc already zeroes the buffer. Though since MultiByteToWideCha

Re: Maximum window size, help needed

2007-10-05 Thread Anatoly Lyutin
Kirill K. Smirnov wrote: > It is not what needed, but gives a clue: while reading GetSystemMetrics on > MSDN, I was referred to GetMonitorInfo again, but I was told to use rcWork > area. > I re-test it under windows and voila: wine is buggy (rcWork == rcMonitor), > but > under windows rcWord <

Re: Maximum window size, help needed

2007-10-05 Thread Kirill K. Smirnov
> I think that will help you GetSystemMetrics() with SM_CXFULLSCREEN and > SM_CYFULLSCREEN but I did not verify it. Sorry if I shall be not right. It is not what needed, but gives a clue: while reading GetSystemMetrics on MSDN, I was referred to GetMonitorInfo again, but I was told to use rcWork

Re: Maximum window size, help needed

2007-10-05 Thread Anatoly Lyutin
> I think that will help you GetSystemMetrics() with SM_CXFULLSCREEN and > SM_CYFULLSCREEN but I did not verify it. Sorry if I shall be not right. > > Or SystemParametersInfo() with SPI_GETWORKAREA will help you (http://msdn2.microsoft.com/en-us/library/ms724947.aspx) -- Best regards

winex11.drv: Window must always recieve system messages.

2007-10-05 Thread darkside83
Good day time. I had problems with window redrawing. This patch helps me. Please see the bug 9579. 0001-winex11-Invisible-windows-must-also-recieve-system.patch Description: Binary data

Re: Maximum window size, help needed

2007-10-05 Thread Anatoly Lyutin
Kirill K. Smirnov wrote: > Hi, > > I want to improve wineconsole a little, max hor and vert console window > dimensions. To achieve this, I need to know maximum available size of window > on the desktop. > The simpliest way I found is to use GetMonitorInfo, but it does not take > into acco

Maximum window size, help needed

2007-10-05 Thread Kirill K. Smirnov
Hi, I want to improve wineconsole a little, max hor and vert console window dimensions. To achieve this, I need to know maximum available size of window on the desktop. The simpliest way I found is to use GetMonitorInfo, but it does not take into account desktop panels. As the result, max

Re: .NET going open source(sort of)

2007-10-05 Thread Stephan Rose
On Thu, 2007-10-04 at 13:38 -0500, James Hawkins wrote: > On 10/4/07, Brian Vincent <[EMAIL PROTECTED]> wrote: > > On 10/4/07, Stephan Rose <[EMAIL PROTECTED]> wrote: > > > But just because code, that implements the same functionality looks > > > similar?? Well of COURSE it looks similar...it is t