blob: 59906ed6c8e2c95ba44d2633ba8ebcbb05b8e697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur mobileterminal-364/Sources/MobileTerminal.h mobileterminal-364+iPhone/Sources/MobileTerminal.h
--- mobileterminal-364/Sources/MobileTerminal.h 2009-04-11 17:48:49.000000000 -1000
+++ mobileterminal-364+iPhone/Sources/MobileTerminal.h 2018-09-02 13:21:13.000000000 -1000
@@ -7,6 +7,8 @@
#import "Constants.h"
#import "Log.h"
+typedef struct __GSEvent* GSEventRef;
+
@class PTYTextView;
@class ShellKeyboard;
|