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%
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