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
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
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
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 <
> 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
> 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
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
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
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
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
10 matches
Mail list logo