diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-07-25 17:04:32 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-07-25 17:04:32 (GMT) |
commit | 70e46f4111270421e799c112aa766a9f71a6d18e (patch) | |
tree | a56d353223531ad17562e901c4fc7a5163124835 /macosx/tkMacOSXDraw.c | |
parent | c14530201df3f512c68f49728a3b8fcd2755bfcc (diff) | |
download | tk-70e46f4111270421e799c112aa766a9f71a6d18e.zip tk-70e46f4111270421e799c112aa766a9f71a6d18e.tar.gz tk-70e46f4111270421e799c112aa766a9f71a6d18e.tar.bz2 |
Add copyright notice to Marc Culler for extensive patch to alpha rendering on Mac/Cocoa; remove private API calls to comply with platform requirements.
Diffstat (limited to 'macosx/tkMacOSXDraw.c')
-rw-r--r-- | macosx/tkMacOSXDraw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c index 701112d..5065fa2 100644 --- a/macosx/tkMacOSXDraw.c +++ b/macosx/tkMacOSXDraw.c @@ -8,6 +8,7 @@ * Copyright (c) 1995-1997 Sun Microsystems, Inc. * Copyright 2001-2009, Apple Inc. * Copyright (c) 2006-2009 Daniel A. Steffen <das@users.sourceforge.net> + * Copyright 2014 Marc Culler. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. |