From ea5bf5ccf084c34aaf358b4b197b88ea4143a695 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 13 Mar 2011 16:03:27 -0700 Subject: Add WebEventTouchCancel, using WebEvent.h. --- sysroot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sysroot.sh') diff --git a/sysroot.sh b/sysroot.sh index dab2084..7845792 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -117,6 +117,7 @@ wget -O CoreFoundation/CFUniChar.h "http://www.opensource.apple.com/source/CF/CF if true; then mkdir -p WebCore wget -O WebCore/WebCoreThread.h 'http://www.opensource.apple.com/source/WebCore/WebCore-658.28/wak/WebCoreThread.h?txt' + wget -O WebCore/WebEvent.h 'http://www.opensource.apple.com/source/WebCore/WebCore-658.28/platform/iphone/WebEvent.h?txt' else wget -O WebCore.tgz http://www.opensource.apple.com/tarballs/WebCore/WebCore-658.28.tar.gz tar -zx --transform 's@^[^/]*/@WebCore.d/@' -f WebCore.tgz -- cgit v1.2.3