diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
commit | 57c1ffed38c8aeb6b060a569f154786537773d3d (patch) | |
tree | 93dd238b4a66712f338c8d9e0f134146a74fb71b /data/mobileterminal/drawrect.diff | |
parent | cf2539cb36513141dd09ce2a78d2468ef23e3beb (diff) |
Upgraded a few projects to their latest builds.
git-svn-id: http://svn.telesphoreo.org/trunk@204 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/drawrect.diff')
-rw-r--r-- | data/mobileterminal/drawrect.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/mobileterminal/drawrect.diff b/data/mobileterminal/drawrect.diff new file mode 100644 index 000000000..e92f81b22 --- /dev/null +++ b/data/mobileterminal/drawrect.diff @@ -0,0 +1,12 @@ +diff -ru mobileterminal-273/GestureView.m mobileterminal-273+iPhone/GestureView.m +--- mobileterminal-273/GestureView.m 2007-10-08 05:00:47.000000000 +0000 ++++ mobileterminal-273+iPhone/GestureView.m 2008-04-09 12:02:22.000000000 +0000 +@@ -95,7 +95,7 @@ + return NO; + } + +-- (void)drawRect: (CGRect *)rect ++- (void)drawRect: (CGRect)rect + { + } + |