Made some performance improvements to NSWindow

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-03-31 20:17:59 +00:00
parent 491cb7aedf
commit 22b329095e

View file

@ -1,3 +1,11 @@
2002-03-31 Fred Kiefer <FredKiefer@gmx.de>
* Source/Window.m
[setFrame:display:] do nothing if the frame after all the
corrections did not change from its current extend.
In [makeKeyWindow] and [makeMainWindow] do nothing if the window
is already key/main.
2002-03-31 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSMatrix.m :