On Mon, 2008-10-13 at 17:38 +0900, Dmitry Timoshkov wrote:
> "slawek" <[EMAIL PROTECTED]> wrote:
>
> > I'm working on wrapper(app) which enabled to embed Windows window into
> > xscreensaver-demo window and in screensaver window.
> >
> >
> > Somebody are interested in my app? Maybe some user ne
On Fri, 10 Oct 2008, Zachary Goldberg wrote:
[...]
> > There were specific BSD builds of crossover posted sometime back
> > after much demand and Codeweavers saw very very little response. As
> > a result not much effort has been put into the area.
That sentence is clearly missing a '... by Code
"Aric Stewart" <[EMAIL PROTECTED]> wrote:
> diff --git a/dlls/user32/tests/text.c b/dlls/user32/tests/text.c
> index 86655d6..3677d2f 100644
> --- a/dlls/user32/tests/text.c
> +++ b/dlls/user32/tests/text.c
> @@ -674,13 +674,20 @@ static void test_DrawState(void)
> SetLastError(0xdeadbeef);
>
2008/10/12 Koro <[EMAIL PROTECTED]>:
> "The hack in windows is to just set the font height to 0x7fff (don't
> fill in the other font fields but it still has to be aligned) and it
> will use the lfMessageFont for you."
>
> In the beginning I did read the "don't fill in the other font fields" as
> "s
> Then would you be willing to release the source under the LGPL so that
> someone else may do so?
I don't like the idea of distributing the FULL source of something I made.
But, if somebody wants to take up the project, I guess I could release
parts of the source (namely, the API emulation and
On Mon, Oct 13, 2008 at 4:23 PM, Paul Bryan Roberts
<[EMAIL PROTECTED]> wrote:
> A second attempt that, I hope, takes into account feedback from James
> Hawkins.
>
> Original correction to ParseStringAclToAcl() to set missing error code
> stands.
>
> Gratuitous setting of invalid parameter withdraw
On Mon, Oct 13, 2008 at 4:20 PM, Louis. Lenders
<[EMAIL PROTECTED]> wrote:
> as outlined in bug http://bugs.winehq.org/show_bug.cgi?id=12099, fixes a
> crash in some apps that try install .net 1.1; also fixes a crash (Unhandled
> page fault...) in dotnet20 installer (though that crash is not fatal
On Mon, Oct 13, 2008 at 2:42 PM, Andrey Turkin <[EMAIL PROTECTED]> wrote:
> [another approach with smaller changeset, as James suggested]
>
> Fix some functions where CloseHandle was called not matter if previous
> open succeeded or not.
>
@@ -96,12 +96,13 @@ void registry_set_options(HWND hMainWn
---
ok(rc==DDERR_INVALIDPARAMS,"CreateSurface returned: %x\n",rc);
-
+if (FAILED(rc)) {
+ skip("failed to create surface\n");
+ return;
+ }
here it is _expected_ that the surface creation fails. So this code is not
useful. ALso in other places.
ciao, Marcus
Ok that
> {attrLeft, DISPID_IHTMLSTYLE_LEFT},
> +{attrLeft, DISPID_IHTMLSTYLE_POSLEFT},
You can't duplicate attr names in this table. We want to map 'left' to
DISPID_IHTMLSTYLE_LEFT, not to random one.
Jacek
Am Montag, den 13.10.2008, 15:03 +0200 schrieb Stefan Dösinger:
> It is kinda strange, since the NULLREF device should be device independent,
MSDN claims that NULLREF is the same as REF if the reference rasterizer
is installed. The reference rasterizer can not handle every framebuffer
format, most
"Ilya Shpigor" <[EMAIL PROTECTED]> wrote:
> The wine have problem with the Ctrl+Shift+Tab switching between the MDI
> windows (switch only neghboring windows). I suppose, that reason of this is
> using the WIN_ListChildren in the MDI_GetWindow function. WIN_ListChildren
> return the child list
It is kinda strange, since the NULLREF device should be device independent,
but I think the patch is OK. Catching device creation failures sounds ok
even in this situation
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:wine-patches-
> [EMAIL PROTECTED] On Behalf Of Detlef Riekenbe
Marcus Meissner wrote:
> On Sun, Oct 12, 2008 at 09:52:06PM -0400, Chris Ahrendt wrote:
>> Ok I have threaded through ddraw_test adding as I had them fail a check
>> and a fix in dsurface.c test. The test now fails when the CreateSurface
>> fails. Before this there were several point in the test
Detlef Riekenberg <[EMAIL PROTECTED]> writes:
> Patch was not committed and got no additional comments.
>
> More Hints?
It's supposed to handle non-responsive windows.
--
Alexandre Julliard
[EMAIL PROTECTED]
"slawek" <[EMAIL PROTECTED]> wrote:
> I'm working on wrapper(app) which enabled to embed Windows window into
> xscreensaver-demo window and in screensaver window.
>
> In last time I have worried about project state. I was starting it three
> months ago, but I really programme it since two-three w
Chris Ahrendt a écrit :
> Vitaliy Margolen wrote:
>
>> Chris Ahrendt wrote:
>>
>>> Causes windows XP SP3 to reboot during d3d test..
>>>
>> Would you please stop hijacking threads! Do NOT reply when starting a new
>> topic!!! This is highly annoying and it's deemed a really bad habit
I'm working on wrapper(app) which enabled to embed Windows window into
xscreensaver-demo window and in screensaver window.
In last time I have worried about project state. I was starting it three
months ago, but I really programme it since two-three weeks. The most
weight reason is that, I don't k
18 matches
Mail list logo