summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-13 16:03:27 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-14 05:09:10 -0700
commitea5bf5ccf084c34aaf358b4b197b88ea4143a695 (patch)
treef29174581b0db45685a5799ab397e313c229d04d /sysroot.sh
parent94179461c92b5ef8ed7dab0c02ac626b1899b026 (diff)
Add WebEventTouchCancel, using WebEvent.h.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh1
1 files changed, 1 insertions, 0 deletions
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