mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Revert pointelss changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d190c38f4
commit
ba9a35db0e
9 changed files with 183 additions and 173 deletions
|
@ -4108,7 +4108,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
|
|||
|
||||
- (BOOL) needsDisplay
|
||||
{
|
||||
return (_rFlags.needs_display ? YES : NO);
|
||||
return _rFlags.needs_display;
|
||||
}
|
||||
|
||||
- (int) tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue