uninitialized reference in wineconsole in call to WriteConsoleInput?

2008-11-15 Thread Dan Kegel
One more of the 100 valgrind warnings; this one is in kernel32/tests/console.c (but really in wineconsole). It's code Eric wrote six years ago, and the fix might be as straightforward as using memcpy(&ir, 0, sizeof(ir)) in WCUSER_GenerateMouseInputRecord(). Is there a better fix? Short form: Sysc

Re: ComputeSphereVisibility: a patch

2008-11-15 Thread Frank Richter
On 14.11.2008 20:27, paulo lesgaz wrote: > Hi, > > here is a patch for a first try to implement ComputeSphereVisibility. > Any feedback is welcome. I think you can simplify the sphere-plane intersection. Just compute the signed distance D of the sphere center from the plane. If D > r, the sphere

Re: Race in thread shutdown in imm32?

2008-11-15 Thread Ge van Geldorp
> From: "Rob Shearman" <[EMAIL PROTECTED]> > > I believe that Windows terminates all threads on process > exit It does, see http://blogs.msdn.com/oldnewthing/archive/2007/05/03/2383346.aspx

Re: Wine integration with native (Gtk, Qt, Cocoa/Carbon) themes

2008-11-15 Thread Reece Dunn
2008/11/15 Dan Kegel <[EMAIL PROTECTED]>: > On Sun, Nov 2, 2008 at 10:58 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: >> .. the first step for Wine is making the >> uxtheme/msstyles support work well so that it can be used by >> distributions to theme Wine. > > BTW, has anybody noticed a speed problem

Re: Wine integration with native (Gtk, Qt, Cocoa/Carbon) themes

2008-11-15 Thread Dan Kegel
On Sun, Nov 2, 2008 at 10:58 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > .. the first step for Wine is making the > uxtheme/msstyles support work well so that it can be used by > distributions to theme Wine. BTW, has anybody noticed a speed problem with our theme support? http://finance.addblogger