Add comments to releaseGState

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9592 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-04-16 03:20:07 +00:00
parent 7d43bc3311
commit b2937b7086

View file

@ -1294,6 +1294,9 @@ GSSetDragTypes(NSView* obj, NSArray *types)
if (_allocate_gstate && _gstate)
PSundefineuserobject(_gstate);
_gstate = 0;
/* Note that the next time we lock focus, we'll realloc a gstate (if
_allocate_gstate). This seems to make sense, and also allows us
to call this method each time we invalidate the coordinates */
}
- (int) gState