Re: [3/5] WineD3D: Set WINED3D_BUFFER_CREATEBO in buffer_init

2009-12-24 Thread Henri Verbeet
2009/12/23 Stefan Dösinger : > > Am 22.12.2009 um 19:23 schrieb Roderick Colenbrander: > >> On Tue, Dec 22, 2009 at 6:44 PM, Henri Verbeet wrote: >>> 2009/12/22 Stefan Dösinger : +    conv = ((FVF & WINED3DFVF_POSITION_MASK) == WINED3DFVF_XYZRHW ) || (FVF & (WINED3DFVF_DIFFUSE | WINED3D

Re: [PATCH 2/5] wined3d: Focus the focus window.

2009-12-24 Thread Henri Verbeet
2009/12/23 Stefan Dösinger : > > Am 22.12.2009 um 18:32 schrieb Henri Verbeet: >> +    SetFocus(This->focus_window); >> + > Is this correct for windowed rendering as well? > I still need to write the tests for windowed rendering, but so far I don't have a reason to believe it should be different.

Re: Remove cpp_quote hackery from wined3d.idl (was: tools/widl: Split expr_int_const off from expr)

2009-12-24 Thread Henri Verbeet
2009/12/24 Gerald Pfeifer : > On Mon, 21 Dec 2009, Henri Verbeet wrote: >>> How shall we best tackle this? >> At least for the wined3d ones, we might as well just add them to the >> enum, the macros aren't strictly necessary. > > Done thusly.  We just need to move WINEMAKEFOURCC to a local header,

Re: [winspool 2/6] Move the dlopen of libcups to a separate function, allowing CUPS to be used prior to the full on loading of CUPS printers.

2009-12-24 Thread Alexandre Julliard
Jeremy White writes: > I initially implemented this with wide strings. That led to > cover functions WINSPOOL_GetPPDNameA and WINSPOOL_CopyPPDA > because the code it interfaces with was ANSI. It struck > me as ugly and I imagined Alexandre telling me it was wrong. > > Alexandre, was that the wro

Re: [winspool 2/6] Move the dlopen of libcups to a separate function, allowing CUPS to be used prior to the full on loading of CUPS printers.

2009-12-24 Thread Jeremy White
Hi Detlef, Detlef Riekenberg wrote: > Hi Jeremy > > What is your reason for your work in winspool.drv? > What are your plans? I'm just trying to fix printing in Acrobat Reader 9.2 for a client; this test shows the current failure: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/winspool.

Re: gdiplus: Add stub for GdipIsVisibleClipEmpty

2009-12-24 Thread Alexandre Julliard
Alistair Leslie-Hughes writes: > Changelog: > gdiplus: Add stub for GdipIsVisibleClipEmpty You might as well implement it right away, it should be fairly trivial. -- Alexandre Julliard julli...@winehq.org

Re: [1/4] wineboot: Generate the HKCU\Volatile Environment registry key.

2009-12-24 Thread Alexandre Julliard
Andrew Nguyen writes: > @@ -453,7 +453,6 @@ HKLM,Software\Microsoft\DirectPlay\Service > Providers\Serial Connection For Direc > HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For > DirectPlay,"Path",,"dpmodemx.dll" > > [Environment] > -HKLM,System\CurrentControlSet\

Re: [winspool 2/6] Move the dlopen of libcups to a sep =?iso-8859-15?Q?arate_function, _allowing_CUPS_to_be_used_prior_to_the_?= full on loading of CUPS printers.

2009-12-24 Thread Detlef Riekenberg
Hi Jeremy What is your reason for your work in winspool.drv? What are your plans? Even if the Patchset changes some things, it's not the correct location to do that. winspool.drv must not do anything with the registry or the driver files. winspool.drv must not use cups at all wineps.drv must no

wine-devel@winehq.org

2009-12-24 Thread Detlef Riekenberg
___ Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! http://produkte.web.de/go/02/

Re: [PATCH 1/2] comctl32/updown: Don't update buddy text if it's the same.

2009-12-24 Thread Paul Vriens
On 12/23/2009 09:57 PM, Nikolay Sivov wrote: Great, as expected. Not sure how to fix it properly in case of updown. Adding 'optional' entry is not acceptable here, so we should somehow get that running on 4.7 and skip ok_sequence() call. Can you recommend something? I see only UDM_SETPOS32 skippe