Re: WGL: GetPixelFormat fix for offscreen formats

2007-08-02 Thread Kuba Ober
On Thursday 02 August 2007, Tomas Carnecky wrote: > from the patch: > > return physDev->current_pf; > + TRACE("(%p): returns %d\n", physDev, physDev->current_pf); > } > > What's the purpose of that TRACE() ? Copy/paste bug? Cheers, Kuba

Re: WGL: GetPixelFormat fix for offscreen formats

2007-08-02 Thread Tomas Carnecky
from the patch: return physDev->current_pf; + TRACE("(%p): returns %d\n", physDev, physDev->current_pf); } What's the purpose of that TRACE() ? tom