mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:07:39 +00:00
removed c99-ism
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30144 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe66919f5b
commit
2a52aa187c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-14 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/NSWindow.m : removed c99-isms
|
||||
|
||||
2010-04-13 Doug Simons <doug.simons@testplant.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSToolbarView.h:
|
||||
|
|
|
@ -2666,8 +2666,8 @@ resetCursorRectsForView(NSView *theView)
|
|||
{
|
||||
if (_f.has_closed == NO)
|
||||
{
|
||||
_f.has_closed = YES;
|
||||
CREATE_AUTORELEASE_POOL(pool);
|
||||
_f.has_closed = YES;
|
||||
|
||||
/* The NSWindowCloseNotification might result in us being
|
||||
deallocated. To make sure self stays valid as long as is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue