Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-26 Thread Alexandre Julliard
David Adam writes: > @@ -33,8 +33,9 @@ static LPDIRECTDRAW lpDD = NULL; > static LPDIRECTDRAWSURFACE lpDDSPrimary = NULL; > static LPDIRECTDRAWSURFACE lpDDSBack = NULL; > static WNDCLASS wc; > -static HWND hwnd; > +static HWND hwnd, hwnd2; > static int modes_cnt; > +static BOOL success; That

Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-26 Thread David Adam
> A+ > > > > David > > > > -- Forwarded message -- > > From: David Adam > > Date: 2010/10/24 > > Subject: ddraw: Add tests for the foreground window set by > > SetCooperativeLevel > > To: wine-patches > > http://source.winehq.org/patche

Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-25 Thread Stefan Leichter
Am Monday 25 October 2010 20:11:35 schrieb David Adam: > Any problems with patch? > > A+ > > David > > -- Forwarded message -- > From: David Adam > Date: 2010/10/24 > Subject: ddraw: Add tests for the foreground window set by > SetCooperati

ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-25 Thread David Adam
Any problems with patch? A+ David -- Forwarded message -- From: David Adam Date: 2010/10/24 Subject: ddraw: Add tests for the foreground window set by SetCooperativeLevel To: wine-patches From e929b17027bebd7eb466d7e8b71efd270889e713 Mon Sep 17 00:00:00 2001 From: David Adam

Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-24 Thread testbot
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=6448 Your paranoid android.