Re: Clarify logical condition in dlls/wined3d/arb_program_shader.c

2009-06-20 Thread Henri Verbeet
2009/6/20 Gerald Pfeifer : > This makes it more clear that ! applies to the overall condition, > not just to the first part which is then and-ed. > I happened to have the same patch. Note that this does fix a real bug, ! has higher precedence than &.

Re: Clarify logical condition in dlls/wined3d/arb_program_shader.c

2009-06-20 Thread Kai Blin
On Saturday 20 June 2009 17:17:53 Gerald Pfeifer wrote: Hi Gerald, not really about this patch in specific, but would you mind sticking to the established practice of prefixing your patches with the area of wine you're affecting? That makes it easier to skim the wine-patches list for the dlls I