mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:11:07 +00:00
tag is NSInteger* not int* in recent AppKit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e7b475917
commit
162d160217
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2016-03-22 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
|
* Headers/AppKit/NSWorkspace.h
|
||||||
|
* Source/NSWorkspace.m
|
||||||
|
tag is NSInteger* not int* in recent AppKit
|
||||||
|
|
||||||
2016-03-21 Riccardo Mottola <rm@gnu.org>
|
2016-03-21 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* Source/NSImage.m
|
* Source/NSImage.m
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Interface for workspace.
|
Interface for workspace.
|
||||||
|
|
||||||
Copyright (C) 1996-2002 Free Software Foundation, Inc.
|
Copyright (C) 1996-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Author: Scott Christley <scottc@net-community.com>
|
Author: Scott Christley <scottc@net-community.com>
|
||||||
Date: 1996
|
Date: 1996
|
||||||
|
@ -111,7 +111,7 @@ typedef NSUInteger NSWorkspaceIconCreationOptions;
|
||||||
source: (NSString*)source
|
source: (NSString*)source
|
||||||
destination: (NSString*)destination
|
destination: (NSString*)destination
|
||||||
files: (NSArray*)files
|
files: (NSArray*)files
|
||||||
tag: (int*)tag;
|
tag: (NSInteger*)tag;
|
||||||
- (BOOL) selectFile: (NSString*)fullPath
|
- (BOOL) selectFile: (NSString*)fullPath
|
||||||
inFileViewerRootedAtPath: (NSString*)rootFullpath;
|
inFileViewerRootedAtPath: (NSString*)rootFullpath;
|
||||||
|
|
||||||
|
|
|
@ -1054,7 +1054,7 @@ static NSDictionary *urlPreferences = nil;
|
||||||
source: (NSString*)source
|
source: (NSString*)source
|
||||||
destination: (NSString*)destination
|
destination: (NSString*)destination
|
||||||
files: (NSArray*)files
|
files: (NSArray*)files
|
||||||
tag: (int*)tag
|
tag: (NSInteger*)tag
|
||||||
{
|
{
|
||||||
id app;
|
id app;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue