mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Change mlock in NSWorkspace into a private variable to avoid name
conflict with a libc function on Linux. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e6e771ba9
commit
bc9b909528
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-12-15 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSWorkspace.m: Change mlock into a private variable to
|
||||
avoid name conflict with a libc function on Linux.
|
||||
|
||||
2016-11-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSColorPanel.h: Change -alpha to CGFloat.
|
||||
|
|
|
@ -111,7 +111,7 @@ static NSImage *multipleFiles = nil;
|
|||
static NSImage *unknownApplication = nil;
|
||||
static NSImage *unknownTool = nil;
|
||||
|
||||
NSLock *mlock = nil;
|
||||
static NSLock *mlock = nil;
|
||||
|
||||
static NSString *GSWorkspaceNotification = @"GSWorkspaceNotification";
|
||||
static NSString *GSWorkspacePreferencesChanged =
|
||||
|
|
Loading…
Reference in a new issue