Re: wine-patches

2013-05-01 Thread Marcus Meissner
On Thu, May 02, 2013 at 08:12:53AM +0200, Daniel Jeliński wrote: > Hello, > I sent a ~200KB patch to wine-patches last night and it disappeared without > a trace. I'm wondering if it got lost or just went to moderation. > Regards, > Daniel > > PS.I just resent it, still no luck. If you are subscr

wine-patches

2013-05-01 Thread Daniel Jeliński
Hello, I sent a ~200KB patch to wine-patches last night and it disappeared without a trace. I'm wondering if it got lost or just went to moderation. Regards, Daniel PS.I just resent it, still no luck.

Re: [2/4] include: added transact.idl (resend)

2013-05-01 Thread Daniel Jeliński
Can I use mingw headers instead? I see that we already have some of these (mprerror.h, fltdefs.h, several more in msvcrt directory), and they have the header I need ( http://sourceforge.net/apps/trac/mingw-w64/browser/experimental/headers_additions_test/include/transact.h ). 2013/5/1 Juan Lang

Re: GSoC proposal

2013-05-01 Thread Juan Lang
Hi George, On Wed, May 1, 2013 at 8:14 AM, George Stephanos wrote: > Hello wine-devel! > > This is my proposal as a student for Google Summer of Code 2013. > I'm George Stephanos from the "Arab Academy for Science and Technology" > situated in Egypt. gsteph on #winehackers > I'm currently about t

Re: winex11.drv: Fixed XInput2 errors with mislabeled mice axis. (try 2)

2013-05-01 Thread Alexandre Julliard
Christopher Cope writes: > @@ -286,8 +286,10 @@ static void enable_xinput2(void) > class->number, class->min, class->max, class->resolution, > class->mode, > XGetAtomName( data->display, class->label )); > if (class->label == x11drv_atom( Rel_

Re: server: Map update region to children even if window just moved.

2013-05-01 Thread Alexandre Julliard
Sergey Guralnik writes: > @@ -1618,7 +1618,7 @@ static void set_window_pos( struct window *win, struct > window *previous, > const rectangle_t old_visible_rect = win->visible_rect; > const rectangle_t old_client_rect = win->client_rect; > rectangle_t rect; > -int client_change

Re: GSoC proposal

2013-05-01 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-05-01 17:14, schrieb George Stephanos: > Tell me if you need more information. Hope you consider me! I can't comment on the details of the proposal, but please note that you have to submit the proposal at http://www.google-melange.com/gsoc/home

GSoC proposal

2013-05-01 Thread George Stephanos
Hello wine-devel! This is my proposal as a student for Google Summer of Code 2013. I'm George Stephanos from the "Arab Academy for Science and Technology" situated in Egypt. gsteph on #winehackers I'm currently about to finish my second semester as a BSc in CS. Previous Experience: I haven't deve

Re: [2/4] include: added transact.idl (resend)

2013-05-01 Thread Juan Lang
Type it yourself. Refer to MSDN, public descriptions, and publicly available headers, but don't copy/paste from any of them. --Juan On Wed, May 1, 2013 at 3:56 AM, Daniel Jeliński wrote: > It probably is, I downloaded it somewhere. Had to remove some stuff to get > it to compile. I think saw som

Re: [PATCH] msi: Use next cabinet from the media table instead of failing when there is a mismatch with continuous cabinet.

2013-05-01 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=25385 Your paranoid android

Re: [PATCH 2/2] msi: Use next cabinet from the media table instead of failing when there is a mismatch with continuous cabinet.

2013-05-01 Thread Christian Costa
Le 01/05/2013 14:34, Hans Leidekker a écrit : On Wed, 2013-05-01 at 12:40 +0200, Christian Costa wrote: diff --git a/dlls/msi/media.c b/dlls/msi/media.c index 612624d..4145c76 100644 --- a/dlls/msi/media.c +++ b/dlls/msi/media.c @@ -358,8 +358,18 @@ static INT_PTR cabinet_next_cabinet(FDINOTIFIC

Re: [PATCH 2/2] msi: Use next cabinet from the media table instead of failing when there is a mismatch with continuous cabinet.

2013-05-01 Thread Hans Leidekker
On Wed, 2013-05-01 at 12:40 +0200, Christian Costa wrote: > diff --git a/dlls/msi/media.c b/dlls/msi/media.c > index 612624d..4145c76 100644 > --- a/dlls/msi/media.c > +++ b/dlls/msi/media.c > @@ -358,8 +358,18 @@ static INT_PTR cabinet_next_cabinet(FDINOTIFICATIONTYPE > fdint, > > if (strc

Re: winex11.drv

2013-05-01 Thread Christopher Cope
On 05/01/2013 07:38 AM, Christopher Cope wrote: On 05/01/2013 07:21 AM, Christopher Cope wrote: I am unsure how the "enum x11drv_atoms" in the file dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and XATOM_Rel_X shoul

Re: winex11.drv

2013-05-01 Thread Sam Edwards
On 05/01/2013 05:38 AM, Christopher Cope wrote: On 05/01/2013 07:21 AM, Christopher Cope wrote: I am unsure how the "enum x11drv_atoms" in the file dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and XATOM_Rel_X shou

Re: winex11.drv

2013-05-01 Thread Christopher Cope
On 05/01/2013 07:21 AM, Christopher Cope wrote: I am unsure how the "enum x11drv_atoms" in the file dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and XATOM_Rel_X should be 81 and 82 respectively. However, when I dump

Re: winex11.drv

2013-05-01 Thread Sam Edwards
On 05/01/2013 05:21 AM, Christopher Cope wrote: I am unsure how the "enum x11drv_atoms" in the file dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and XATOM_Rel_X should be 81 and 82 respectively. However, when I dump

winex11.drv

2013-05-01 Thread Christopher Cope
I am unsure how the "enum x11drv_atoms" in the file dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and XATOM_Rel_X should be 81 and 82 respectively. However, when I dump the values I get 195 and 196. I am attempting t

Re: [PATCH 2/2] gdi32: Clip font glyphs to fit within text metrics. (try 3)

2013-05-01 Thread Sam Edwards
On 04/30/2013 11:05 AM, Alexandre Julliard wrote: It still crashes: Hmm... Guess I didn't fully understand the underlying problem. Fortunately, after enabling subpixel rendering on my system, the same crash now happens for me, so I can figure out exactly what's breaking. I'll try to get try

Re: [2/4] include: added transact.idl (resend)

2013-05-01 Thread Daniel Jeliński
It probably is, I downloaded it somewhere. Had to remove some stuff to get it to compile. I think saw some mail saying that headers aren't copyrighted. Anyway. What's the correct approach here? I mean, I clearly shouldn't add anything, and removing stuff also doesn't look like the right idea. Well

Re: [2/4] include: added transact.idl (resend)

2013-05-01 Thread Alexandre Julliard
Daniel Jeliński writes: > +import "unknwn.idl"; > + > +interface ITransaction; > +interface ITransactionDispenser; > +interface ITransactionOptions; > +interface ITransactionOutcomeEvents; > +interface ITransactionCompletionEvents; > + > +/*

Re: [PATCH 4/4] d3dx9_36: Remove todo in tests as it works now with last d3dxof fixes.

2013-05-01 Thread Christian Costa
Le 30/04/2013 14:14, Matteo Bruni a écrit : 2013/4/29 Christian Costa : --- dlls/d3dx9_36/tests/xfile.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dx9_36/tests/xfile.c b/dlls/d3dx9_36/tests/xfile.c index 1238bcd..e514a5f 100644 --- a/dlls/d3dx9_36/tests/xfil

Re: [1/4] xolehlp: fix calling convention

2013-05-01 Thread Daniel Jeliński
Ack, done. By the way, I'm looking for txdtc.idl (SQL Server wants IResourceManagerFactory, which is declared there), but Google only finds txdtc.h. Do we have any tool to generate IDL back from header? Thanks, Daniel 2013/5/1 Nikolay Sivov > On 5/1/2013 01:43, Daniel Jeliński wrote: > > Pleas

Re: [1/4] xolehlp: fix calling convention

2013-05-01 Thread Nikolay Sivov
On 5/1/2013 11:53, Daniel Jeliński wrote: Ack, done. By the way, I'm looking for txdtc.idl (SQL Server wants IResourceManagerFactory, which is declared there), but Google only finds txdtc.h. Do we have any tool to generate IDL back from header? I don't think so, it's kind of normal for PSDK to