Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-03-29 Thread Johan Gill
On Thu, Mar 22, 2012 at 5:19 AM, Joey Yandle wrote: > > > > It's been explained several times already that any approach to share data > > between wineserver and clients is going to be rejected. > > > > Can you point me to such an explanation? I joined wine-devel just > before posting my RFC. If

Re: advapi32/tests: Marked some tests that fail on Wine as todo_wine.

2012-02-16 Thread Johan Gill
Now I ran the tests on another Linux system with wine, and there the failing tests are skipped, so it seems I did not fully understand what's going on here and why the tests are run on my system.

Re: ddraw: Ensure fullscreen size of fullscreen windows

2010-07-27 Thread Johan Gill
On Tue, Jul 27, 2010 at 1:44 PM, Johan Gill wrote: > On Tue, Jul 27, 2010 at 12:22 PM, Stefan Dösinger > wrote: >> >> Usually wined3d does the window setup. I recommend to take a look at >> WineD3D's AcquireFocusWindow and SetDisplayMode >> >> The pr

Re: ddraw: Ensure fullscreen size of fullscreen windows

2010-07-27 Thread Johan Gill
On Tue, Jul 27, 2010 at 12:22 PM, Stefan Dösinger wrote: > > Am 27.07.2010 um 00:19 schrieb Johan Gill: > >> This patch fixes the long-standing regression bug 17215. >> >> Enjoy, and provide feedback if you don't ;) >> <17215.txt> > Usually wined

Re: ddraw: Do not restore the display mode from inside SetCooperativeLevel

2010-04-13 Thread Johan Gill
It seems this patch wasn't accepted yet. Are there any issues I should know about? Regards Johan Gill

Re: Working on "DOS" VGA.

2010-04-02 Thread Johan Gill
out affecting the license of the program, though. You can however have your non-GPL code execute a separate GPL binary without affecting the legal state of your own code. The important part is that the programs are kept separate. /Johan Gill

Re: Request for review: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 4]

2009-10-08 Thread Johan Gill
On Wed, Aug 12, 2009 at 3:05 AM, Stefan Dösinger wrote: > Am Tuesday 11 August 2009 23:43:33 schrieb Johan Gill: > > There is IWineD3DDeviceImpl_SetupFullscreenWindow, but that one is not > > > > exported so it can't be called from ddraw as it is. >

Re: Request for review: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 4]

2009-08-11 Thread Johan Gill
On Wed, Aug 5, 2009 at 7:51 PM, Stefan Dösinger wrote: > Am Wednesday 05 August 2009 18:58:42 schrieb Johan Gill: > > On Wed, Jul 29, 2009 at 11:55 PM, Johan Gill > wrote: > > > This patch fixes bug 17215. Since the patch was seemingly dropped, I > made > > > so

Request for review: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 4]

2009-08-05 Thread Johan Gill
On Wed, Jul 29, 2009 at 11:55 PM, Johan Gill wrote: > This patch fixes bug 17215. Since the patch was seemingly dropped, I made > some test improvements and resubmit it. > > The tests pass on Windows XP, and of course Wine. > > Suggested changelog: > In DirectDraw fullscree

Re: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 3]

2009-07-23 Thread Johan Gill
Was there any problems with this patch? It seems to not have made it to CVS. /Johan Gill

What's up with GetPrivateProfileString?

2008-02-15 Thread Johan Gill
http://bugs.winehq.org/show_bug.cgi?id=5424 The bug above is causing me some confusion regarding how GetPrivateProfileString should behave. Wine looks for maxis.ini in C:\Windows, and does not find it there. Therefore, Setup.exe exits. MSDN claims that if an absolute path is not provided, the win