diff options
author | Jay Freeman <saurik@saurik.com> | 2008-05-05 19:51:26 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-05-05 19:51:26 +0000 |
commit | 23e6aa995ecc29037556f680a5b2c48e782d18a4 (patch) | |
tree | 94ac2b60b526f7557ebf4be5fc67ec32eee6ef2e /tool/patches/NSAffineTransform.diff | |
parent | d9782eb18687ce1ea8a8f3673c5611f7ccdbf1b0 (diff) |
Added new NS* patches.
git-svn-id: http://svn.telesphoreo.org/trunk@253 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/NSAffineTransform.diff')
-rw-r--r-- | tool/patches/NSAffineTransform.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tool/patches/NSAffineTransform.diff b/tool/patches/NSAffineTransform.diff new file mode 100644 index 000000000..6568ea1b5 --- /dev/null +++ b/tool/patches/NSAffineTransform.diff @@ -0,0 +1,12 @@ +diff -ru /apl/inc/Foundation/NSAffineTransform.h /apl/32/Foundation/NSAffineTransform.h +--- /apl/inc/Foundation/NSAffineTransform.h 2008-02-19 13:11:39.000000000 +0000 ++++ /apl/32/Foundation/NSAffineTransform.h 2008-04-20 02:53:18.000000000 +0000 +@@ -4,7 +4,7 @@ + + #import <Foundation/NSObject.h> + #import <Foundation/NSGeometry.h> +-#import <ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h> ++#import <CoreGraphics/CGAffineTransform.h> + + typedef struct { + CGFloat m11, m12, m21, m22; |