On Sun, Jan 15, 2012 at 14:42, Stephen Chao wrote:
> 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 o
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-adding all the Direct3D
> > regi
On Sun, Jan 15, 2012 at 16:14, Vitaliy Margolen wrote:
> On 01/15/2012 01:46 PM, Stephen Chao wrote:
>>
>> From my own experiences browsing most games' appdb page, everyone and
>> their
>> brother (including myself) tinkers with d3d registry options.
>
>
> That's exactly why those options where re
On 01/15/2012 01:46 PM, Stephen Chao wrote:
From my own experiences browsing most games' appdb page, everyone and their
brother (including myself) tinkers with d3d registry options.
That's exactly why those options where removed in the first place. To stop
everyone from breaking their configur
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-adding all the Direct3D
> > regi
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-adding all the Direct3D
> registry entries every time I wiped my .wine dir. Also to know the tinkerin
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-adding all the Direct3D
registry entries every time I wiped my .wine dir. Also to know the tinkering
I'm doing is actually havin
---
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