Re: Alpha compositing in gnustep-back

2002-07-28 Thread Adam Fedor
Jeff Teunissen wrote: > Adam Fedor wrote: > > >>Jeff Teunissen wrote: > > > [snip] > > >>>As part of trying to understand the functions, I partially rewrote the >>>fast paths for them. The code is shorter, but it may be slower since >>>the math is done in floating point. >> >>It's about 10%

Fix: NSWindow, setFrameFromString and stringWithSavedFrame

2002-07-28 Thread Georg Fleischmann
Hi, I noticed that GNUstep uses flipped coordinates for the frame string in -setFrameFromString and -stringWithSavedFrame. On OpenStep the methods use normal coordinates. The attached patch removes the flipping. Georg 2002-07-28 Georg Fleischmann * gui/Source/NSWindow [-setFrameFro