mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:30:38 +00:00
Tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4597 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ecc33cce6
commit
ce9e2aa538
4 changed files with 20 additions and 19 deletions
|
@ -1754,6 +1754,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
{
|
||||
GSTrackingRect *m;
|
||||
|
||||
aRect = [self convertRect: aRect toView: nil];
|
||||
m = [rectClass allocWithZone: NSDefaultMallocZone()];
|
||||
m = [m initWithRect: aRect
|
||||
tag: 0
|
||||
|
@ -1991,8 +1992,8 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
|
|||
userData: (void*)data
|
||||
assumeInside: (BOOL)flag
|
||||
{
|
||||
NSTrackingRectTag t;
|
||||
unsigned i, j;
|
||||
NSTrackingRectTag t;
|
||||
unsigned i, j;
|
||||
GSTrackingRect *m;
|
||||
|
||||
t = 0;
|
||||
|
@ -2005,6 +2006,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
|
|||
}
|
||||
++t;
|
||||
|
||||
aRect = [self convertRect: aRect toView: nil];
|
||||
m = [[rectClass alloc] initWithRect: aRect
|
||||
tag: t
|
||||
owner: anObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue