diff options
author | Jay Freeman <saurik@saurik.com> | 2008-07-20 04:40:32 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-07-20 04:40:32 +0000 |
commit | d6b93fc81d9aa850eb7ef50bb8f5c79f03fda25c (patch) | |
tree | 9d0835707b862bb9030eca2a41863e291bc6b52b /data/mobileterminal/gcc42.diff | |
parent | 678bf73fb0538e56996a42363581a7ec195cb7bd (diff) |
Massive changes to support 2.0.
git-svn-id: http://svn.telesphoreo.org/trunk@364 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/gcc42.diff')
-rw-r--r-- | data/mobileterminal/gcc42.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/data/mobileterminal/gcc42.diff b/data/mobileterminal/gcc42.diff deleted file mode 100644 index f4fa9245e..000000000 --- a/data/mobileterminal/gcc42.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -r -ru mobileterminal-286/Settings.h mobileterminal-286+iPhone/Settings.h ---- mobileterminal-286/Settings.h 2008-05-07 08:33:09.000000000 +0000 -+++ mobileterminal-286+iPhone/Settings.h 2008-05-07 08:30:30.000000000 +0000 -@@ -18,12 +18,13 @@ - NSString * font; - NSString * args; - -- RGBAColor colors[NUM_TERMINAL_COLORS]; -+ RGBAColor _colors[NUM_TERMINAL_COLORS]; - } - - - (NSString*) fontDescription; -+- (RGBAColor *) colors; - --@property RGBAColor * colors; -+@property (getter = colors) RGBAColor *colors; - @property BOOL autosize; - @property int width; - @property int fontSize; -diff -r -ru mobileterminal-286/Settings.m mobileterminal-286+iPhone/Settings.m ---- mobileterminal-286/Settings.m 2008-05-07 08:33:09.000000000 +0000 -+++ mobileterminal-286+iPhone/Settings.m 2008-05-07 08:30:20.000000000 +0000 -@@ -62,7 +62,7 @@ - } - - - (RGBAColor*) colors { -- return colors; -+ return _colors; - } - - //_______________________________________________________________________________ |