Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-16 Thread Stephen Chao
On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: > Stephen Chao wrote: > > > Looking for feedback on a patch for winecfg I sent yesterday. Should I > > instead be sending it to the patches list? > > I made this patch to take out the frustration of re

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Stephen Chao
On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: > Stephen Chao wrote: > > > Looking for feedback on a patch for winecfg I sent yesterday. Should I > > instead be sending it to the patches list? > > I made this patch to take out the frustration of re

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Stephen Chao
ually having an effect, eg. no spelling errors or using outdated/misinformation from the various appdb boards. It also has the nice added bonus of automagically linking with the Applications tab... Stephen On Sat, 14 Jan 2012 12:37:10 -0500 Stephen Chao wrote: > --- > programs/winecfg/

winecfg: Add tab for most Direct3D registry settings.

2012-01-14 Thread Stephen Chao
--- programs/winecfg/Makefile.in |3 +- programs/winecfg/direct3d.c | 256 ++ programs/winecfg/main.c | 16 +++- programs/winecfg/resource.h |8 ++ programs/winecfg/winecfg.h |1 + programs/winecfg/winecfg.rc | 12 ++ 6 files chang