diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:53:48 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:53:48 +0000 |
commit | 3836a71b84c27cffe96bb5d46694dd0a7904a506 (patch) | |
tree | 73e90101d6c324f9ee1a8f6e4bed2db22f715a10 /data/mobileterminal/gliw.diff | |
parent | 95d41d50a7bd88ad1c03e938a36d6416b59478df (diff) |
Brought MobileTerminal into the fold as Installer's is old, and not accessible anyway.
git-svn-id: http://svn.telesphoreo.org/trunk@92 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/gliw.diff')
-rw-r--r-- | data/mobileterminal/gliw.diff | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/mobileterminal/gliw.diff b/data/mobileterminal/gliw.diff new file mode 100644 index 000000000..d78e117d5 --- /dev/null +++ b/data/mobileterminal/gliw.diff @@ -0,0 +1,34 @@ +Only in mobileterminal+iPhone: ColorMap.o +diff -ru mobileterminal/GestureView.m mobileterminal+iPhone/GestureView.m +--- mobileterminal/GestureView.m 2007-10-08 05:00:47.000000000 +0000 ++++ mobileterminal+iPhone/GestureView.m 2008-02-23 08:58:30.000000000 +0000 +@@ -19,7 +19,7 @@ + - (void)mouseDown:(GSEvent *)event + { + gesture = NO; +- start = GSEventGetLocationInWindow(event); ++ start = GSEventGetLocationInWindow(event).origin; + [delegate showMenu:start]; + } + +@@ -29,7 +29,7 @@ + return; + } + +- CGPoint end = GSEventGetLocationInWindow(event); ++ CGPoint end = GSEventGetLocationInWindow(event).origin; + CGPoint vector = CGPointMake(end.x - start.x, end.y - start.y); + + float absx = (vector.x > 0) ? vector.x : -vector.x; +Only in mobileterminal+iPhone: GestureView.o +Only in mobileterminal+iPhone: main.o +Only in mobileterminal+iPhone: MobileTerminal.o +Only in mobileterminal+iPhone: PieView.o +Only in mobileterminal+iPhone: PTYTextView.o +Only in mobileterminal+iPhone: PTYTile.o +Only in mobileterminal+iPhone: Settings.o +Only in mobileterminal+iPhone: ShellKeyboard.o +Only in mobileterminal+iPhone: SubProcess.o +Only in mobileterminal+iPhone: Terminal +Only in mobileterminal+iPhone: VT100Screen.o +Only in mobileterminal+iPhone: VT100Terminal.o |